mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 20:20:29 +03:00
* Fix commands and added more * Add /me & /shrug commands * Add help command * Fix cmd descriptions * Add reason in command
10 lines
No EOL
232 B
SCSS
10 lines
No EOL
232 B
SCSS
.commands-dialog {
|
|
& > * {
|
|
padding: var(--sp-tight) var(--sp-normal);
|
|
border-bottom: 1px solid var(--bg-surface-border);
|
|
&:last-child {
|
|
border-bottom: none;
|
|
margin-bottom: var(--sp-extra-loose);
|
|
}
|
|
}
|
|
} |