1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-20 21:59:43 +02:00

Partially fixed mobile support for the board view

This commit is contained in:
fayad.maoulana 2024-05-31 12:17:37 +02:00 committed by Fayad
parent 3779bdb053
commit 1afc33feca
11 changed files with 88 additions and 6 deletions

View file

@ -26,6 +26,15 @@
.actions {
margin-bottom: 24px;
@media only screen and (max-width: 797px) {
margin-bottom: 10px;
width: 50%;
padding: 10px;
}
@media only screen and (max-width: 425px) {
width: 100%;
padding: unset;
}
}
.actionsTitle {
@ -63,6 +72,9 @@
.contentPadding {
padding: 8px 8px 0 16px;
@media only screen and (max-width: 797px) {
width: 100% !important;
}
}
.cursorPointer {
@ -155,6 +167,10 @@
.modalPadding {
padding: 0px;
@media only screen and (max-width: 797px) {
display: flex;
flex-flow: column nowrap;
}
}
.moduleHeader {
@ -185,6 +201,12 @@
.sidebarPadding {
padding: 8px 16px 0 8px;
@media only screen and (max-width: 797px) {
width: 100% !important;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
}
.text {