fix reactions, remove details button
This commit is contained in:
parent
5233b4518f
commit
9968e7fd20
8 changed files with 128 additions and 126 deletions
|
|
@ -465,10 +465,6 @@ space{
|
|||
background-color: rgba(255, 255, 255, 0.1);
|
||||
transform: var(--press-scale);
|
||||
}
|
||||
.mobile-nav-btn.right {
|
||||
margin-right: 0;
|
||||
margin-left: 0.2rem;
|
||||
}
|
||||
.mobile-nav-btn svg {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
|
|
@ -777,6 +773,9 @@ button:active, button.is-pressed, input:active, input.is-pressed, textarea:activ
|
|||
background-color: rgba(255, 255, 255, 0.1);
|
||||
transform: var(--press-scale);
|
||||
}
|
||||
#room-topbar-clickable {
|
||||
transform: scale(1);
|
||||
}
|
||||
.invite-actions button:active {
|
||||
filter: brightness(0.85);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue