Skip to content
Snippets Groups Projects
Unverified Commit f45fe422 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12097 from mrkeksi/css_waiting_users

Make waiting users more responsiv
parents eb373472 418d4ffe
No related branches found
No related tags found
No related merge requests found
......@@ -96,8 +96,7 @@
display: flex;
flex-flow: row;
flex-direction: row;
align-items: center;
justify-content: space-between;
align-items: center;
border-radius: 5px;
cursor: pointer;
:global(.animationsEnabled) & {
......@@ -132,14 +131,15 @@
.userContentContainer {
display: flex;
flex: 1;
overflow: hidden;
align-items: center;
width: 64%;
flex-direction: row;
}
.button {
font-weight: 400;
&:focus {
background-color: var(--list-item-bg-hover) !important;
box-shadow: inset 0 0 0 var(--border-size) var(--item-focus-border), inset 1px 0 0 1px var(--item-focus-border) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment