mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-15 17:51:10 +00:00
make power level more visible
This commit is contained in:
parent
d3c7567369
commit
044daf4fe2
1 changed files with 3 additions and 3 deletions
|
@ -270,9 +270,9 @@ a:active { color: #000; }
|
|||
|
||||
.userAvatar .userPowerLevel {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
height: 1px;
|
||||
background-color: red;
|
||||
bottom: 0px;
|
||||
height: 2px;
|
||||
background-color: #f00;
|
||||
}
|
||||
|
||||
.userPresence {
|
||||
|
|
Loading…
Reference in a new issue