mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Exodark Margin Fix
Added 10px margin to ExoDark lists also (following on from Clearblue fix) as with those rounded backgrounded lists I feel it looks nicer to give it some padding. Open to other contributors perspective however.
This commit is contained in:
parent
2e1675969a
commit
a8f09011e9
1 changed files with 1 additions and 1 deletions
|
|
@ -2596,7 +2596,7 @@ THEME - Exodark
|
|||
}
|
||||
.board-color-exodark .swimlane .list:first-child {
|
||||
min-width: 20px;
|
||||
margin-left: 0px;
|
||||
margin-left: 10px; /*Added 10px margin to prevent butting up against edge of screen */
|
||||
border-left: none;
|
||||
}
|
||||
.board-color-exodark .swimlane .list:nth-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue