diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 11:26:08 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 14:27:58 +0100 |
commit | 56a7ce17f3a9a22e0bfc8651cb690a14447e0afd (patch) | |
tree | a65bc6015e1226c9fec33a27c456cf9cf9f6ed5f /app/Resources | |
parent | 8f3ff39ca364a28163fb9ced0eb3291e0c1caeaf (diff) | |
download | wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.gz wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.zst wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.zip |
Hide article text on mobile with list mode
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index 126c451b..6d656c21 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css | |||
@@ -1203,6 +1203,10 @@ pre code { | |||
1203 | } | 1203 | } |
1204 | 1204 | ||
1205 | @media screen and (max-width: 500px) { | 1205 | @media screen and (max-width: 500px) { |
1206 | .hide { | ||
1207 | display: none; | ||
1208 | } | ||
1209 | |||
1206 | .entry { | 1210 | .entry { |
1207 | width: 100%; | 1211 | width: 100%; |
1208 | margin-left: 0; | 1212 | margin-left: 0; |