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:
parent
7a05d1f6b3
commit
008c5b3fd0
10 changed files with 87 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue