mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-13 02:30:29 +03:00
Add option to kick user in profile viewer
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
e38ddebfb6
commit
248fc15716
3 changed files with 79 additions and 15 deletions
|
|
@ -1,3 +1,4 @@
|
|||
@use '../../partials/flex';
|
||||
@use '../../partials/dir';
|
||||
|
||||
.profile-viewer__dialog {
|
||||
|
|
@ -61,6 +62,27 @@
|
|||
}
|
||||
}
|
||||
|
||||
.profile-viewer__admin-tool {
|
||||
.setting-tile {
|
||||
margin-top: var(--sp-loose);
|
||||
}
|
||||
}
|
||||
|
||||
.moderation-tools {
|
||||
& > form {
|
||||
margin: var(--sp-normal) 0;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
& .input-container {
|
||||
@extend .cp-fx__item-one;
|
||||
@include dir.side(margin, 0, var(--sp-tight));
|
||||
}
|
||||
& button {
|
||||
height: 46px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.session-info {
|
||||
& .setting-tile__title .text {
|
||||
color: var(--tc-surface-high);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue