Elastic: Remove redundant styles

pull/6256/head
Aleksander Machniak 6 years ago
parent acfd335f14
commit d509f6a5b0

@ -175,11 +175,6 @@ html.iframe {
} }
@media screen and (max-width: @screen-width-small) { @media screen and (max-width: @screen-width-small) {
body > #layout > div > .header > .toolbar {
font-size: @layout-touch-header-font-size;
display: none;
}
body > #layout > div.sidebar, body > #layout > div.sidebar,
body > #layout > div.list { body > #layout > div.list {
max-width: none; max-width: none;

@ -16,7 +16,6 @@
background-color: @color-layout-header-background; background-color: @color-layout-header-background;
right: .25rem; right: .25rem;
height: @layout-header-height; height: @layout-header-height;
display: block !important;
a.button { a.button {
min-width: auto; min-width: auto;

Loading…
Cancel
Save