[Glitch] Fix duplicate border around search results

Port 315308b10c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2806/head
Valtteri Laitinen 2024-08-04 18:14:11 +03:00 committed by Claire
parent c5b7f48cce
commit 316132bdbd
1 changed files with 5 additions and 0 deletions

View File

@ -3268,6 +3268,11 @@ $ui-header-logo-wordmark-width: 99px;
.explore__search-header {
display: flex;
}
.explore__search-results {
border: 0;
border-radius: 0;
}
}
.icon-with-badge {