mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update xmltv
This commit is contained in:
parent
17ada9f98e
commit
c8a00e447f
7 changed files with 13 additions and 11 deletions
|
@ -36,6 +36,9 @@ button.actionSheetMenuItem {
|
|||
font-weight: inherit;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
/* Some really bad margin hacks to fix content sizing when scrollbar is visible */
|
||||
margin-left: 20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.actionSheetItemText {
|
||||
|
@ -65,6 +68,9 @@ button.actionSheetMenuItem {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
/* Some really bad margin hacks to fix content sizing when scrollbar is visible */
|
||||
padding-right: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.layout-tv .actionSheetScroller {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue