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

rework nav drawer

This commit is contained in:
Luke Pulverenti 2016-03-27 23:37:33 -04:00
parent 52f247c51a
commit ff8014a721
66 changed files with 5861 additions and 6234 deletions

View file

@ -198,10 +198,9 @@ body.ui-mobile-viewport,
div.ui-mobile-viewport {
overflow-x: hidden;
}
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
.ui-mobile [data-role=dialog] {
top: 0;
left: 0;
width: 100%;
@ -210,11 +209,6 @@ div.ui-mobile-viewport {
border: 0;
}
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=dialog] {
display: none;
}
/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
outline: none;

View file

@ -184,10 +184,6 @@ paper-button.notext {
margin-right: 0;
}
.promptDialogContent paper-button {
color: #43A047;
}
/*paper-toast {
background-color: #eee;
color: #000;