mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #6122 from overleaf/jel-online-users
Fix multiple online users color for light theme GitOrigin-RevId: 008bbe8b968512dacc07b7be9d5d49f237d73368
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
@online-user-color: rgb(0, 170, 255);
|
||||
|
||||
.online-users {
|
||||
display: flex;
|
||||
|
||||
.online-user {
|
||||
background-color: @online-user-color;
|
||||
width: 24px;
|
||||
display: inline-block;
|
||||
height: 24px;
|
||||
@@ -17,6 +14,7 @@
|
||||
}
|
||||
|
||||
.online-user-multi {
|
||||
color: @toolbar-btn-color;
|
||||
width: auto;
|
||||
min-width: 24px;
|
||||
padding-left: 8px;
|
||||
|
||||
Reference in New Issue
Block a user