add close button to theme creator

This commit is contained in:
SethBurkart123
2024-04-01 21:36:15 +11:00
parent bc71818018
commit a3cd2bbf46
2 changed files with 24 additions and 3 deletions
+12
View File
@@ -56,6 +56,18 @@ html {
background-color: rgb(28 28 30);
}
.themeCloseButton {
position: absolute !important;
color: var(--text-primary) !important;
font-size: x-large !important;
top: 5px;
right: 5px;
border-radius: 5rem !important;
padding: 8px;
cursor: pointer;
z-index: 10000;
}
.connectedNotificationsWrapper > div > button > svg > g {
fill: var(--theme-primary) !important;
}