summaryrefslogtreecommitdiff
path: root/public/theme/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/theme/base.css')
-rw-r--r--public/theme/base.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index 6814e07b0..376b4b98d 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -105,7 +105,6 @@ form {
width: 100%;
height: 100%;
background: #fafafa;
- table-layout: fixed;
}
.aside {
display: table-cell;
@@ -439,6 +438,9 @@ a#read_mode {
}
@media(max-width: 840px) {
+ #global {
+ table-layout: fixed;
+ }
#main_aside {
display: none;
}