add new styles

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:20:42 -04:00
parent 5d84f5fbfe
commit afb4500b8e
6 changed files with 133 additions and 8 deletions
+5
View File
@@ -346,6 +346,11 @@
padding: 0;
}
.btn:disabled {
opacity: var(--opacity-disabled);
cursor: default;
}
.btn:hover,
.btn:active {
background: none;
+1 -1
View File
@@ -1,4 +1,4 @@
.ui.menu {
.ui.menu, .ui.popup {
display: flex;
flex-shrink: 0;
margin: 1rem 0;