]> cat aescling's git repositories - mastodon.git/commitdiff
Fix styling of poll options on public pages in glitch flavour
authorThibaut Girka <thib@sitedethib.com>
Sun, 16 Jun 2019 18:41:03 +0000 (20:41 +0200)
committerThibG <thib@sitedethib.com>
Sun, 16 Jun 2019 19:33:27 +0000 (21:33 +0200)
app/javascript/flavours/glitch/styles/polls.scss

index 50bb45e7c5fca3af806ca56eea8a6d152fa06618..5261f17f49267a96054ee285ab12720f7fd4f8b9 100644 (file)
@@ -2,6 +2,12 @@
   margin-top: 16px;
   font-size: 14px;
 
+  ul,
+  .e-content & ul {
+    margin: 0;
+    list-style: none;
+  }
+
   li {
     margin-bottom: 10px;
     position: relative;