implemented status visibility change
This commit is contained in:
parent
aa0cef12b1
commit
19d8875196
16 changed files with 225 additions and 98 deletions
|
|
@ -24,6 +24,21 @@
|
|||
.user-info {
|
||||
margin: 1.2em;
|
||||
}
|
||||
|
||||
&.-admin-view {
|
||||
.list-item {
|
||||
padding: 0;
|
||||
border-bottom: 1px solid var(--border);
|
||||
|
||||
.admin-actions {
|
||||
background: var(--background);
|
||||
}
|
||||
|
||||
.Status{
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.user-profile-placeholder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue