1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

automate loopback exception for windows store app

This commit is contained in:
Luke Pulverenti 2016-09-02 16:42:07 -04:00
parent f5ea8f49e9
commit 5df126af54
3 changed files with 4 additions and 57 deletions

View file

@ -58,14 +58,7 @@
}
.headerButton {
margin: 0 5px;
background-color: transparent;
vertical-align: middle;
text-align: center;
border: 0 !important;
outline: none;
cursor: pointer;
display: inline-block;
flex-shrink: 0;
}
.menuArrow {
@ -75,16 +68,6 @@
display: inline-block;
}
.headerButtonRight {
border-width: 0 !important;
display: inline-block;
flex-shrink: 0;
}
.headerButtonRight:first-child {
border-width: 0 !important;
}
.hideMainDrawer .mainDrawerButton {
display: none;
}