Merge pull request #16 from JamsRepos/main

Minor 10.9 Amends
This commit is contained in:
Josh Wilberger 2024-05-13 20:54:05 -04:00 committed by GitHub
commit a766972616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 8 deletions

View File

@ -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 */

View File

@ -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 */