Merge pull request #5503 from walster001/main

Fix ModernDark Mobile View List Titles
This commit is contained in:
Lauri Ojansivu 2024-08-12 22:56:01 +03:00 committed by GitHub
commit 8b4fbd266d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1795,7 +1795,8 @@
}
@media screen and (max-width: 800px) {
.board-color-moderndark .list-header .list-header-name {
line-height: 40px;
line-height: unset;
vertical-align: middle;
padding-top: 10px;
}
.board-color-moderndark .list-header-black, .board-color-moderndark .mini-list {
@ -2126,8 +2127,7 @@
margin: 10px;
color: #fff;
border-radius: 15px;
background: #222;
box-shadow: inset 15px 15px 37px #1c1c1c, inset -15px -15px 37px #282828;
background-color: #1c1c1c;
border: none;
}
.board-color-exodark .swimlane .list:first-child {