From 03a02461737bebe857e24c32eeb5b7b828629ebb Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 28 Dec 2024 10:43:54 -0800 Subject: [PATCH] dev: Removed redundant code --- Theme/ElegantFin-theme-nightly.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 8076f90..1561964 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -66,7 +66,6 @@ html { .emby-button.show-focus:focus, .paper-icon-button-light.show-focus:focus { background: #2f3a53; - /* border-radius: var(--smallRadius); */ outline: var(--borderWidth) rgb(255 255 255) solid !important; outline-offset: calc(-1*var(--borderWidth)); color: #fff; @@ -106,7 +105,6 @@ html { border: var(--borderColor) solid var(--borderWidth) !important; overflow: hidden !important; transition: 125ms transform; - /* box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37); */ } .cardImageContainer { @@ -260,10 +258,6 @@ h1 { background-color: transparent; } -.noBackdropTransparency .detailPageSecondaryContainer { - /* background-color: transparent; */ -} - .portraitCard { min-width: 5em; width: 29.5%; @@ -361,9 +355,6 @@ h1 { } @media (orientation: landscape) and (max-height: 40em) { - /* .itemBackdrop { - height: 62vh; - } */ .portraitCard { min-width: 2em; @@ -674,10 +665,6 @@ progress+span { font-size: unset; } -.formDialogHeader>h1 { - /* margin-inline: 0 !important; */ -} - .formDialogHeaderTitle { margin-inline: 0 !important; text-align: center;