1
0
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:
Niléane 2023-11-26 17:14:31 +01:00
parent 2a75958940
commit ff3482951f
No known key found for this signature in database
3 changed files with 12 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;