баг-фикс 30/34
This commit is contained in:
@@ -447,6 +447,11 @@ body {
|
||||
animation: ripple 0.6s linear;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
pointer-events: none;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: -12px 0 0 -12px;
|
||||
}
|
||||
|
||||
@keyframes ripple {
|
||||
@@ -498,6 +503,15 @@ body {
|
||||
transition: transform 0.4s ease;
|
||||
}
|
||||
|
||||
.theme-toggle-icon-enter {
|
||||
animation: theme-toggle-icon-enter 0.4s ease;
|
||||
}
|
||||
|
||||
@keyframes theme-toggle-icon-enter {
|
||||
from { opacity: 0; transform: rotate(-90deg) scale(0.5); }
|
||||
to { opacity: 1; transform: rotate(0deg) scale(1); }
|
||||
}
|
||||
|
||||
.theme-toggle:hover {
|
||||
background: var(--button-secondary-bg-hover);
|
||||
transform: translateY(-1px);
|
||||
|
||||
Reference in New Issue
Block a user