mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-06 23:14:57 +00:00
Fix styling of poll options on public pages in glitch flavour
This commit is contained in:
parent
118701b548
commit
f57a0f89a8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue