Commit 3d6486e9 authored by Sven Franck's avatar Sven Franck

css: fix controlbar width on small displays (hopefully)

parent 48cd89bb
...@@ -699,9 +699,9 @@ html body .ui-controlbar > .ui-btn:not(.ui-input-clear, .ui-input-action) { ...@@ -699,9 +699,9 @@ html body .ui-controlbar > .ui-btn:not(.ui-input-clear, .ui-input-action) {
} }
@media (min-width: 40em) { @media (min-width: 40em) {
html body .ui-content .ui-controlbar { html body .ui-content .ui-controlbar {
width: 60%; width: auto; /* was 60% */
vertical-align: middle; vertical-align: middle;
display: inline-block; /* if only-child... this should be block?*/ /* display: inline-block; /* if only-child... this should be block?*/
padding: 0 3%; padding: 0 3%;
} }
html body .ui-content .ui-controlbar, html body .ui-content .ui-controlbar,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment