mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 15:34:07 +01:00
set miniscreen to 250px
This commit is contained in:
parent
6a20f6dc70
commit
03a75c9c05
4 changed files with 4 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
background: #dedede;
|
||||
border-left: 1px solid #ccc;
|
||||
padding: 0;
|
||||
float: left;
|
||||
float: left;
|
||||
min-width: 270px;
|
||||
max-width: 270px;
|
||||
/* Reverted incomplete change list width: */
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
#js-wip-limit-edit div {
|
||||
float: left;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
@media screen and (max-width: 250px) {
|
||||
.mini-list {
|
||||
flex: 0 0 60px;
|
||||
height: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue