X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fnav.scss;h=d2e14e69da66448a9dd63c9b2687849fad026cfd;hb=63771b9ae31a8df8050677b53e64f7cf17924c27;hp=f986b785465aa1b1bc13ee32260b399e9c6f0dc2;hpb=93e3329c58312916b8231cf2dea331a40bfc5d24;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index f986b785..d2e14e69 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss @@ -31,6 +31,8 @@ nav { padding: 0 0.5rem; height: auto; line-height: 1; + background-color: transparent; + border: none; } } @@ -66,9 +68,8 @@ nav .nav-wrapper i { .input-field input { display: block; line-height: inherit; - padding-left: 4rem !important; width: calc(100% - 8rem); - height: 4.1rem; + height: 3rem; } .input-field input:focus { @@ -107,6 +108,7 @@ nav .nav-wrapper i { &.nav-panel-search form { display: flex; flex: 1; + align-items: center; } &.nav-panel-add form.disabled, @@ -115,6 +117,16 @@ nav .nav-wrapper i { } } +.nav-form-button { + padding: 0 1rem; + background-color: transparent; + border: none; + + &:focus { + background-color: inherit; + } +} + #button_filters { display: none; } @@ -122,3 +134,9 @@ nav .nav-wrapper i { #button_export { display: none; } + +@media (min-width: 993px) { + .button-collapse { + display: none; + } +}