Merge pull request #737 from MrTimscampi/css-fixes

Miscellaneous CSS fixes
This commit is contained in:
dkanada
2020-02-05 01:50:09 +09:00
committed by GitHub
8 changed files with 112 additions and 73 deletions
-1
View File
@@ -112,7 +112,6 @@
}
@media all and (min-width: 62.5em) {
.alphaPicker-fixed-right {
right: 1em;
}
@@ -13,6 +13,11 @@
margin-right: 1.2em;
}
.servers > .card > .cardBox {
margin-left: 0.6em;
margin-right: 0.6em;
}
.layout-tv .emby-scroller,
.layout-mobile .emby-scroller {
padding-left: 3.3%;
+4 -1
View File
@@ -1,4 +1,7 @@
.emby-tab-button {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: transparent;
box-shadow: none;
cursor: pointer;
@@ -10,7 +13,7 @@
vertical-align: middle;
flex-shrink: 0;
margin: 0;
padding: 1em 0.9em;
padding: 1.5em;
position: relative;
height: auto;
min-width: initial;
+4
View File
@@ -111,6 +111,10 @@
text-overflow: ellipsis;
}
.layout-desktop .listItemBodyText {
margin: 0.25em 0 0 0;
}
.listItemBodyText-nowrap {
white-space: nowrap;
}