mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor: Move close button to store header
This commit is contained in:
@@ -77,24 +77,6 @@ html {
|
||||
animation: fadeOut 500ms forwards;
|
||||
}
|
||||
}
|
||||
#storeclosebutton {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
z-index: 9999;
|
||||
animation: fadeIn 500ms forwards;
|
||||
animation-delay: 200ms;
|
||||
opacity: 0;
|
||||
|
||||
&.hide {
|
||||
animation: fadeOut 500ms forwards;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dark #storeclosebutton {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
|
||||
Reference in New Issue
Block a user