1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Modified a fire other inline entries

This commit is contained in:
Hadi Charara 2022-07-14 17:59:37 -04:00
parent d4202e0279
commit 99ddfbd33c
9 changed files with 56 additions and 28 deletions

View file

@ -83,8 +83,15 @@
}
.listViewDragHandle {
margin-inline-start: -0.25em !important;
touch-action: none;
[dir="ltr"] & {
margin-left: -0.25em !important;
}
[dir="rtl"] & {
margin-right: -0.25em !important;
}
}
.listItemBody {