1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-27 09:09:46 +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 7a05d1f6b3
commit 008c5b3fd0
10 changed files with 87 additions and 5 deletions

View file

@ -80,6 +80,12 @@
&:hover .target {
opacity: 1;
}
@media only screen and (max-width: 797px) {
.target {
opacity: 1;
}
}
}
.headerEditable {
@ -103,6 +109,13 @@
background: rgba(9, 30, 66, 0.13);
color: #516b7a;
}
@media only screen and (max-width: 797px) {
&:focus, &:active {
background: rgba(9, 30, 66, 0.13);
color: #516b7a;
}
}
}
.headerName {