mirror of https://github.com/xwiki-labs/cryptpad
changed positioning of kanban tag container on smaller screen widths
This commit is contained in:
parent
dab8acb4af
commit
2f67beff1c
|
@ -426,7 +426,9 @@
|
|||
position: relative;
|
||||
min-height: 50px;
|
||||
.cp-kanban-filterTags {
|
||||
display: inline-flex;
|
||||
@media (min-width: 505px) {
|
||||
display: inline-flex;
|
||||
}
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
//max-width: 80%;
|
||||
|
@ -434,6 +436,9 @@
|
|||
.cp-kanban-filterTags-toggle {
|
||||
min-width: 100px;
|
||||
display: flex;
|
||||
@media (max-width: 505px) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
flex-flow: column;
|
||||
flex-shrink: 0;
|
||||
& > * {
|
||||
|
|
Loading…
Reference in New Issue