mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed error with Kick replies
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
--error-color: #c65e5e;
|
||||
--mandatory-field-color: #c93f3f;
|
||||
--error-text-color: #c93f3f;
|
||||
--danger-color: #c93f3f;
|
||||
--blur-intensity: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -49,6 +51,10 @@ body {
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.setting-label {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.setting-description {
|
||||
font-size: 0.9em;
|
||||
font-weight: 100;
|
||||
@@ -59,6 +65,17 @@ body {
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.time-pill {
|
||||
background-color: #333;
|
||||
color: #ccc;
|
||||
border-radius: 1em;
|
||||
padding: 0.2em 0.5em;
|
||||
font-size: 0.8em;
|
||||
font-weight: 200;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***************/
|
||||
|
||||
Reference in New Issue
Block a user