mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Fixed: unwanted borders on poll input fields when the compose field in focused
This commit is contained in:
parent
2a75958940
commit
ff3482951f
@ -925,6 +925,10 @@ body.app-body {
|
||||
border-left: 1px solid var(--color-lines);
|
||||
border-right: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .compose-form .poll__option .autosuggest-input {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.app-body .compose-form .spoiler-input.spoiler-input--visible {
|
||||
margin-bottom: 0;
|
||||
height: auto;
|
||||
|
@ -924,6 +924,10 @@ body.app-body {
|
||||
border-left: 1px solid var(--color-lines);
|
||||
border-right: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .compose-form .poll__option .autosuggest-input {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.app-body .compose-form .spoiler-input.spoiler-input--visible {
|
||||
margin-bottom: 0;
|
||||
height: auto;
|
||||
|
@ -924,6 +924,10 @@ body.app-body {
|
||||
border-left: 1px solid var(--color-lines);
|
||||
border-right: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .compose-form .poll__option .autosuggest-input {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.app-body .compose-form .spoiler-input.spoiler-input--visible {
|
||||
margin-bottom: 0;
|
||||
height: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user