mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
commit
a766972616
@ -40,6 +40,10 @@
|
||||
.layout-desktop .mainDrawerButton {
|
||||
display: none !important;
|
||||
}
|
||||
/* Fix for dashboard leaking out of the sections */
|
||||
.dashboardColumn {
|
||||
flex-shrink: inherit;
|
||||
}
|
||||
/* Fix for dashboard drawer button height */
|
||||
.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
|
||||
padding-top: 0 !important;
|
||||
@ -323,12 +327,15 @@
|
||||
width: fit-content !important;
|
||||
max-width: max-content !important;
|
||||
backdrop-filter: blur(40px) !important;
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
/* Fix for groups section card */
|
||||
.layout-desktop .content.focuscontainer-x {
|
||||
white-space: nowrap !important;
|
||||
padding-right: 48px !important;
|
||||
/* Fix for group section labels */
|
||||
.detailsGroupItem .label, .trackSelections .selectContainer .selectLabel {
|
||||
min-width: 75px;
|
||||
flex-basis: unset;
|
||||
margin: unset;
|
||||
}
|
||||
|
||||
/* Alternative mobile group section card */
|
||||
|
||||
@ -42,6 +42,10 @@
|
||||
.layout-desktop .mainDrawerButton {
|
||||
display: none !important;
|
||||
}
|
||||
/* Fix for dashboard leaking out of the sections */
|
||||
.dashboardColumn {
|
||||
flex-shrink: inherit;
|
||||
}
|
||||
/* Fix for dashboard drawer button height */
|
||||
.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
|
||||
padding-top: 0 !important;
|
||||
@ -357,12 +361,15 @@ html {
|
||||
border-radius: 100px !important;
|
||||
width: fit-content !important;
|
||||
max-width: max-content !important;
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
/* Fix for groups section card */
|
||||
.layout-desktop .content.focuscontainer-x {
|
||||
white-space: nowrap !important;
|
||||
padding-right: 48px !important;
|
||||
/* Fix for group section labels */
|
||||
.detailsGroupItem .label, .trackSelections .selectContainer .selectLabel {
|
||||
min-width: 75px;
|
||||
flex-basis: unset;
|
||||
margin: unset;
|
||||
}
|
||||
|
||||
/* Alternative mobile group section card */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user