ok!
This commit is contained in:
@@ -174,7 +174,7 @@ main {
|
||||
|
||||
#popup {
|
||||
width: 300px;
|
||||
background-color: white;
|
||||
background-color: var(--left-color);
|
||||
border-radius: 8px;
|
||||
padding: 8px;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
||||
@@ -183,7 +183,7 @@ main {
|
||||
|
||||
#smol-popup {
|
||||
width: 200px;
|
||||
background-color: white;
|
||||
background-color: var(--left-color);
|
||||
border-radius: 8px;
|
||||
padding: 8px;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user