aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 11:26:08 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 14:27:58 +0100
commit56a7ce17f3a9a22e0bfc8651cb690a14447e0afd (patch)
treea65bc6015e1226c9fec33a27c456cf9cf9f6ed5f /app/Resources/static/themes
parent8f3ff39ca364a28163fb9ced0eb3291e0c1caeaf (diff)
downloadwallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.gz
wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.zst
wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.zip
Hide article text on mobile with list mode
Diffstat (limited to 'app/Resources/static/themes')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css4
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;