fix missing animation

This commit is contained in:
KOWX712
2024-12-31 20:21:56 +08:00
parent bb3b0abb30
commit 75ff61e4d2
2 changed files with 8 additions and 10 deletions

View File

@@ -65,7 +65,7 @@
flex-direction: column;
position: absolute;
right: 0;
background-color: #fff;
background-color: white;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1800;
border: 1px solid #ccc;
@@ -88,14 +88,13 @@
.language-option {
padding: 8px 5px;
text-align: left;
background: none;
color: #333;
background-color: white;
border: none;
font-size: 16px;
color: #333;
width: 100%;
white-space: nowrap;
border-bottom: 1px solid #ccc;
transition: background-color 0.2s ease;
position: relative;
overflow: hidden;
user-select: none;
@@ -210,7 +209,6 @@
background-color: #121212;
}
.language-option,
.help-button {
color: #fff;
}
@@ -218,8 +216,10 @@
.language-icon {
fill: #eee;
}
.language-option,
.help-menu {
color: #eee;
background-color: #343434;
}

View File

@@ -134,6 +134,7 @@
cursor: default;
padding: 12px 4px;
text-align: left;
background-color: white;
border-bottom: 1px solid #ccc;
position: relative;
overflow: hidden;
@@ -179,10 +180,7 @@
}
.menu-options li {
background-color: #343434;
border-bottom: 1px solid #6E6E6E;
}
.menu-options li:active {
background-color: #616161;
}
}