forked from andyburke/autonomous.contact
feature: forum posts working
This commit is contained in:
parent
7e4ab72fe6
commit
778d1b3aef
13 changed files with 352 additions and 77 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue