mirror of https://github.com/Siphonay/mastodon
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;
|
margin-top: 16px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
ul,
|
||||||
|
.e-content & ul {
|
||||||
|
margin: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue