]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/css/main.css
Hide article text on mobile with list mode
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / css / main.css
index 126c451bb1b97769d198d6fb6e9beeaef3a6259e..6d656c213cb10d0b15085a99f7474f56e95694ff 100755 (executable)
@@ -1203,6 +1203,10 @@ pre code {
 }
 
 @media screen and (max-width: 500px) {
+  .hide {
+    display: none;
+  }
+
   .entry {
     width: 100%;
     margin-left: 0;