Small tab improvements

This commit is contained in:
MrTimscampi 2020-02-02 11:56:45 +01:00
parent d104d03e5c
commit c9de45e55a
3 changed files with 17 additions and 6 deletions

View file

@ -311,6 +311,14 @@ html {
.emby-tab-button-active {
color: #fff;
border-bottom: 2px solid #fff;
padding-top: 1.55em;
padding-bottom: 1.38em;
}
.layout-mobile .emby-tab-button-active {
padding-top: 1.56em; /* Add one pixel to get a better fit in mobile layout */
padding-bottom: 1.38em;
}
.emby-tab-button.show-focus:focus {