mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Removed checkmarks from Select View dialog box
Fix: Music context menu was overflowing the screen
This commit is contained in:
@@ -927,8 +927,8 @@ progress+span {
|
|||||||
opacity: .66;
|
opacity: .66;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir=ltr] .actionsheetMenuItemIcon.check {
|
.dialogContainer:has([data-id="editlyrics"]) {
|
||||||
margin: 0 .45em 0 .45em !important;
|
top: -1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitleEditor-dropZone,
|
.subtitleEditor-dropZone,
|
||||||
@@ -936,10 +936,6 @@ progress+span {
|
|||||||
border-radius: var(--largeRadius);
|
border-radius: var(--largeRadius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.actionSheetContent>h1 {
|
|
||||||
font-size: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
.formDialogHeaderTitle {
|
.formDialogHeaderTitle {
|
||||||
margin-inline: 0 !important;
|
margin-inline: 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -1375,6 +1371,26 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
padding: .4em !important;
|
padding: .4em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actionSheetContent>h1 {
|
||||||
|
font-size: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir=ltr] .actionsheetMenuItemIcon.check {
|
||||||
|
margin: 0 .45em 0 .45em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) {
|
||||||
|
background-color: var(--highlightOutlineColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) .listItemIcon.material-icons.check {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check[style*="hidden"]) {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.navMenuOption {
|
.navMenuOption {
|
||||||
border-radius: var(--smallRadius) !important;
|
border-radius: var(--smallRadius) !important;
|
||||||
margin: 0em 1em !important;
|
margin: 0em 1em !important;
|
||||||
@@ -1976,3 +1992,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
.padded-right-withalphapicker .card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"]) {
|
.padded-right-withalphapicker .card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"]) {
|
||||||
margin-bottom: -1.5em;
|
margin-bottom: -1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* input[type="radio"]:checked {
|
||||||
|
background-color: var(--highlightOutlineColor);
|
||||||
|
} */
|
||||||
|
|
||||||
|
/* .mdl-radio__focus-circle {
|
||||||
|
color: red;
|
||||||
|
background: var(--highlightOutlineColor);
|
||||||
|
} */
|
Reference in New Issue
Block a user