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;
|
||||
}
|
||||
|
||||
[dir=ltr] .actionsheetMenuItemIcon.check {
|
||||
margin: 0 .45em 0 .45em !important;
|
||||
.dialogContainer:has([data-id="editlyrics"]) {
|
||||
top: -1em;
|
||||
}
|
||||
|
||||
.subtitleEditor-dropZone,
|
||||
@@ -936,10 +936,6 @@ progress+span {
|
||||
border-radius: var(--largeRadius);
|
||||
}
|
||||
|
||||
.actionSheetContent>h1 {
|
||||
font-size: unset;
|
||||
}
|
||||
|
||||
.formDialogHeaderTitle {
|
||||
margin-inline: 0 !important;
|
||||
text-align: center;
|
||||
@@ -1375,6 +1371,26 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
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 {
|
||||
border-radius: var(--smallRadius) !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"]) {
|
||||
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