mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 12:18:51 +03:00
Prevent conflicting style for poll when replying to status with a poll
This commit is contained in:
parent
72751709df
commit
0aa7066274
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#compose-container .poll {
|
#compose-container form .poll {
|
||||||
background-color: var(--bg-faded-color);
|
background-color: var(--bg-faded-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 8px 0 0;
|
margin: 8px 0 0;
|
||||||
|
|
Loading…
Reference in a new issue