mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Resolve card hover state appearing between items
This commit is contained in:
parent
4a72478659
commit
f29a8b92c1
2 changed files with 3 additions and 2 deletions
|
@ -32,6 +32,7 @@ button::-moz-focus-inner {
|
|||
|
||||
.itemsContainer {
|
||||
display: flex;
|
||||
gap: 1.2em;
|
||||
}
|
||||
|
||||
.vertical-list {
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
.itemsContainer > .card > .cardBox {
|
||||
[dir="ltr"] & {
|
||||
margin-left: 0;
|
||||
margin-right: 1.2em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
margin-right: 0;
|
||||
margin-left: 1.2em;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue