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

@ -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;