mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge branch 'wekan:main' into templ_upd
This commit is contained in:
commit
3359559ad2
3 changed files with 4 additions and 5 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2014-2023 The Wekan Team
|
Copyright (c) 2014-2024 The Wekan Team
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -1796,7 +1796,6 @@
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
.board-color-moderndark .list-header .list-header-name {
|
.board-color-moderndark .list-header .list-header-name {
|
||||||
line-height: unset;
|
line-height: unset;
|
||||||
vertical-align: middle;
|
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.board-color-moderndark .list-header-black, .board-color-moderndark .mini-list {
|
.board-color-moderndark .list-header-black, .board-color-moderndark .mini-list {
|
||||||
|
|
|
||||||
|
|
@ -245,11 +245,11 @@
|
||||||
padding: 15px 19px;
|
padding: 15px 19px;
|
||||||
}
|
}
|
||||||
.list-header {
|
.list-header {
|
||||||
padding: 0 12px 0px;
|
/*Updated padding values for mobile devices, this should fix text grouping issue*/
|
||||||
|
padding: 20px 0px 20px 0px;
|
||||||
border-bottom: 0px solid #e4e4e4;
|
border-bottom: 0px solid #e4e4e4;
|
||||||
height: 60px;
|
min-height: 30px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.list-header .list-header-left-icon {
|
.list-header .list-header-left-icon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue