Skip to content

homeassistant.local/lovelace/pc-office - Jul 2024 by sini-dev

Details

Authorsini-dev

LicenseNo License

CategoryHomeAssistant Style

Created

Updated

Size533 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           homeassistant.local/lovelace/pc-office - Jul 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("http://homeassistant.local:8123/lovelace/pc-office") {
    .header {
        display: none !important;
    }

    #id {
        margin-top: -50px !important;
    }

    .mdc-drawer {
        display: none !important;
    }

    :host {
        --mdc-drawer-width: 0px !important;
    }
}

Reviews

No reviews yet.