Merge pull request #5578 from NadavTasher/feature/various-style-improvements

Sidebar style overhaul - absolute positioning, weird style fixes, disable sidebar scrollbar
This commit is contained in:
Lauri Ojansivu 2024-11-16 20:19:18 +02:00 committed by GitHub
commit fbb2e6e261
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 27 additions and 38 deletions

View file

@ -3269,11 +3269,6 @@ THEME - Clean Light
color: #FFFFFF;
}
.board-color-cleanlight .list:first-child,
.board-color-cleandark .list:first-child {
margin-right: -32px;
}
.board-color-cleanlight .list .list-header .list-header-menu,
.board-color-cleandark .list .list-header .list-header-menu {
display: flex;
@ -3357,7 +3352,6 @@ THEME - Clean Light
.board-color-cleanlight .swimlane,
.board-color-cleandark .swimlane {
background: none;
gap: 32px;
}
.board-color-cleanlight .swimlane-height-apply,