item view improved, read more progress

This commit is contained in:
l4kr
2023-09-07 14:52:04 +02:00
parent b318257798
commit f723f853f4
4 changed files with 19 additions and 13 deletions

View File

@@ -32,9 +32,9 @@
.emby-button::-moz-focus-inner {
border: 0;
}
.emby-button:hover {
background-color: #FFFFFF33;
}
/* .emby-button:hover { */
/* background-color: #FFFFFF33; */
/* } */
.emby-button:active {
background-color: hsla(var(--theme-primary-color-hue),
var(--theme-primary-color-saturation),

View File

@@ -126,6 +126,7 @@
.padded-right {
-webkit-padding-end: 3.4%;
padding-inline-end: 3.4%;
padding-inline-start: 5%;
}
.padded-left-withalphapicker {
-webkit-padding-start: 4%;