mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix duplicate border around search results (#31284)
This commit is contained in:
parent
b6c1b8f748
commit
315308b10c
@ -3086,6 +3086,11 @@ $ui-header-logo-wordmark-width: 99px;
|
|||||||
.explore__search-header {
|
.explore__search-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.explore__search-results {
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-with-badge {
|
.icon-with-badge {
|
||||||
|
Loading…
Reference in New Issue
Block a user