mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-18 19:36:04 +00:00
UI - Watch list - Dont hide buttons on mobile, set light opacity on desktop
This commit is contained in:
@@ -279,9 +279,11 @@ body.watch-selection-active #checkbox-operations {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
> * {
|
||||
opacity: 0;
|
||||
transition: opacity 0.12s ease;
|
||||
@media (min-width: 767px) {
|
||||
> * {
|
||||
opacity: 0.2;
|
||||
transition: opacity 0.12s ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user