Scaffold chat click
This commit is contained in:
@ -327,9 +327,10 @@
|
||||
|
||||
.account {
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px solid var(--brand-color--med);
|
||||
border-bottom: 1px solid var(--brand-color--med);
|
||||
}
|
||||
|
||||
&.compact {
|
||||
|
||||
@ -228,4 +228,8 @@ noscript {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@ -16,7 +16,6 @@
|
||||
|
||||
&__content {
|
||||
background: var(--foreground-color);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
||||
Reference in New Issue
Block a user