Aways visible on mobile?

always show if screen is smaller than 1024px
This commit is contained in:
Ivan Evans 2024-08-06 11:32:47 -06:00
parent 4e52bf65b3
commit 6368e7de68
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@
.group:hover .bookmark-button {
opacity: 1;
}
@media (max-width: 1024px) {
.bookmark-button {
opacity: 1 !important;
}
}