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:
parent
d4202e0279
commit
99ddfbd33c
9 changed files with 56 additions and 28 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue