Refactor code and update eslint configuration

This commit is contained in:
SethBurkart123
2023-11-22 16:13:29 +11:00
parent be20c2726b
commit 93b1a38279
3 changed files with 23 additions and 17 deletions
+10
View File
@@ -2330,6 +2330,16 @@ body {
right: -70px !important;
top: -2px !important;
}
.userInfosvgdiv::before {
content: "";
width: 70%;
height: 70%;
background: var(--theme-primary);
position: absolute;
border-radius: 1000rem;
top: 15%;
left: 15%;
}
.userInfosvg::after {
width: 35px;
height: 35px;