mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 16:17:28 +02:00
[Core] Find Feed : fix CSS for search results (#3643)
There was no margin at the bottom of the search result : in case of two ore more results, the two blocks had no space between them.
This commit is contained in:
@@ -462,6 +462,7 @@ button {
|
||||
display: flex;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.search-result {
|
||||
|
Reference in New Issue
Block a user