diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:01:10 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:01:10 +0200 |
commit | 34e060e14c791b7b22cf9517be7ab2383ce74644 (patch) | |
tree | 8ed85405ed3b4b847754ffb0bb686a03b3d23cef /assets/css/edit.css | |
parent | fb4495924c35f33ea2f0d5c27c2f9b730b6558f2 (diff) | |
download | wcms-34e060e14c791b7b22cf9517be7ab2383ce74644.tar.gz wcms-34e060e14c791b7b22cf9517be7ab2383ce74644.zip |
CSS mobile clean-up
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r-- | assets/css/edit.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index bc2ffb2..6407876 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -98,6 +98,7 @@ body { display: flex; height: calc(100% - 50px); position: relative; + width: 100%; } /* clip the tabs names */ @@ -376,7 +377,7 @@ div#thumbnail img { @media (max-width: 600px) { - .bar { + .bar, .hidephone { display: none; } |