1
0
Fork 0

Prevent conflicting style for poll when replying to status with a poll

This commit is contained in:
Lim Chee Aun 2022-12-14 21:49:42 +08:00
parent 72751709df
commit 0aa7066274

View file

@ -282,7 +282,7 @@
margin-bottom: 4px;
}
#compose-container .poll {
#compose-container form .poll {
background-color: var(--bg-faded-color);
border-radius: 8px;
margin: 8px 0 0;