feature: forum posts working

This commit is contained in:
Andy Burke 2025-09-16 19:10:26 -07:00
parent 7e4ab72fe6
commit 778d1b3aef
13 changed files with 352 additions and 77 deletions

View file

@ -981,6 +981,18 @@ body[data-perms*="files.write.own"] [data-requires-permission="files.write.own"]
left: -6px;
}
/* ICON - MINUS */
.icon.minus {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--icon-scale, 1));
width: 16px;
height: 2px;
background: currentColor;
border-radius: 10px;
}
/* ICON - MORE */
.icon.more {
box-sizing: border-box;