mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03: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:
parent
f0ec797f4b
commit
52c59caf2f
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@ button {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.search-result {
|
.search-result {
|
||||||
|
|
Loading…
Add table
Reference in a new issue