mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge pull request #5503 from walster001/main
Fix ModernDark Mobile View List Titles
This commit is contained in:
commit
8b4fbd266d
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue