1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-30 15:58:07 +09:00

Adjusted padding on poll form

This commit is contained in:
Niléane 2023-12-28 19:22:47 +01:00
parent bb36b7d131
commit 8e65f6cc3a
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View File

@ -1377,6 +1377,7 @@ body.app-body {
}
.app-body .poll__option input[type=text] {
border-radius: 8px;
padding: 7px 12px;
border: 1px solid var(--color-lines);
background-color: var(--color-content-bg);
color: var(--color-content-fg);

View File

@ -1377,6 +1377,7 @@ body.app-body {
}
.app-body .poll__option input[type=text] {
border-radius: 8px;
padding: 7px 12px;
border: 1px solid var(--color-lines);
background-color: var(--color-content-bg);
color: var(--color-content-fg);

View File

@ -1377,6 +1377,7 @@ body.app-body {
}
.app-body .poll__option input[type=text] {
border-radius: 8px;
padding: 7px 12px;
border: 1px solid var(--color-lines);
background-color: var(--color-content-bg);
color: var(--color-content-fg);