mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-03 13:33:32 -05:00
[Glitch] Fix design of search bar on explore screen in light theme in web UI
Port bf7917482985f643debb59bb76e4fe24f59040e3 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
0bf4d49166
commit
1da3010ffd
@ -9059,10 +9059,10 @@ noscript {
|
||||
}
|
||||
|
||||
.explore__search-header {
|
||||
background: darken($ui-base-color, 4%);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 15px;
|
||||
padding: 16px;
|
||||
padding-bottom: 8px;
|
||||
|
||||
.search {
|
||||
width: 100%;
|
||||
@ -9071,7 +9071,7 @@ noscript {
|
||||
|
||||
.search__input {
|
||||
border: 1px solid var(--background-border-color);
|
||||
padding: 10px;
|
||||
padding: 12px;
|
||||
padding-inline-end: 30px;
|
||||
}
|
||||
|
||||
@ -9080,8 +9080,8 @@ noscript {
|
||||
}
|
||||
|
||||
.search .icon {
|
||||
top: 9px;
|
||||
inset-inline-end: 10px;
|
||||
top: 12px;
|
||||
inset-inline-end: 12px;
|
||||
color: $dark-text-color;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user