feat(notices): add animations to notices

This commit is contained in:
SethBurkart123
2024-12-02 12:17:39 +11:00
parent 4bf5420140
commit a999e4384b
3 changed files with 49 additions and 26 deletions
+1 -1
View File
@@ -1111,9 +1111,9 @@ div > ol:has(.uiFileHandlerWrapper) {
display: flex;
flex-direction: column;
background: var(--background-primary);
transition: 200ms;
box-shadow: inset 0px 5px 20px 1px rgba(0, 0, 0, 0.3);
padding-bottom: 25px;
transition: none;
color: var(--text-primary);
}
.dummynotice {