mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Aways visible on mobile?
always show if screen is smaller than 1024px
This commit is contained in:
parent
4e52bf65b3
commit
6368e7de68
1 changed files with 6 additions and 0 deletions
|
|
@ -14,3 +14,9 @@
|
|||
.group:hover .bookmark-button {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.bookmark-button {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue