mirror of https://github.com/tootsuite/mastodon
Fix design of search bar on explore screen in light theme in web UI (#33224)
parent
ab133c5e30
commit
bf79174829
|
@ -8643,10 +8643,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%;
|
||||
|
@ -8655,7 +8655,7 @@ noscript {
|
|||
|
||||
.search__input {
|
||||
border: 1px solid var(--background-border-color);
|
||||
padding: 10px;
|
||||
padding: 12px;
|
||||
padding-inline-end: 30px;
|
||||
}
|
||||
|
||||
|
@ -8664,8 +8664,8 @@ noscript {
|
|||
}
|
||||
|
||||
.search .icon {
|
||||
top: 9px;
|
||||
inset-inline-end: 10px;
|
||||
top: 12px;
|
||||
inset-inline-end: 12px;
|
||||
color: $dark-text-color;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue