1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

feat: Improvements for mobile version (#776)

This commit is contained in:
Fayad 2024-07-26 19:02:13 +02:00 committed by GitHub
parent 38b6805ba1
commit 82b2ba298d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 87 additions and 5 deletions

View file

@ -21,6 +21,13 @@
background: #ebeef0;
color: #516b7a;
}
@media only screen and (max-width: 797px) {
&:focus, &:active {
background: #ebeef0;
color: #516b7a;
}
}
}
.attachment {
@ -63,6 +70,12 @@
opacity: 1;
}
}
@media only screen and (max-width: 797px) {
.target {
opacity: 1;
}
}
}
.content {