mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
[Glitch] fix: Fix search icon overlapping text on Trending page
Port 8fa32ca8ba to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -3175,7 +3175,7 @@ a.account__display-name {
|
||||
.search__input {
|
||||
line-height: 18px;
|
||||
font-size: 16px;
|
||||
padding: 15px;
|
||||
padding-block: 15px;
|
||||
padding-inline-end: 30px;
|
||||
}
|
||||
|
||||
@@ -9286,7 +9286,7 @@ noscript {
|
||||
|
||||
.search__input {
|
||||
border: 1px solid var(--background-border-color);
|
||||
padding: 12px;
|
||||
padding-block: 12px;
|
||||
padding-inline-end: 30px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user