add subscribing and unsubscribing, add post editing

This commit is contained in:
2026-04-28 19:03:29 +03:00
parent f3acf64e6d
commit ff2c6606f8
8 changed files with 219 additions and 33 deletions

View File

@@ -182,7 +182,7 @@ button, .linkbutton, input[type="submit"] {
}
.tab-content {
min-height: 250px;
&.hidden {
display: none;
@@ -192,7 +192,7 @@ button, .linkbutton, input[type="submit"] {
.babycode-editor {
width: 100%;
height: 150px;
min-height: 150px;
}
.post-edit-form {
@@ -620,6 +620,11 @@ form.full-width {
}
}
.context-explain {
display: flex;
justify-content: space-evenly;
}
/* babycode tags */
.inline-code {
background-color: var(--code-bg-color);