implement event settings

This commit is contained in:
ghost 2023-10-11 22:34:47 +03:00
parent d4fbb4b592
commit 7aa2c03abc
14 changed files with 657 additions and 171 deletions

View file

@ -111,6 +111,7 @@ textarea:hover {
td {
padding: 2px 0;
vertical-align: top;
}
header a.logo {

View file

@ -367,6 +367,10 @@ a:visited.background-color-hover-night-light:hover {
margin-right: 4px;
}
.margin-b-4-px {
margin-bottom: 4px;
}
.margin-r-4-px {
margin-right: 4px;
}