mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Style close button
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
c65e26ec4c
commit
20a250dfc0
@ -834,6 +834,7 @@ button.link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Encryption icon next to avatar */
|
/* Encryption icon next to avatar */
|
||||||
|
|
||||||
.RoomEncryption {
|
.RoomEncryption {
|
||||||
width: 52px;
|
width: 52px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
@ -855,3 +856,12 @@ button.link {
|
|||||||
.unencrypted {
|
.unencrypted {
|
||||||
content: url("./icons/e2ee-disabled.svg");
|
content: url("./icons/e2ee-disabled.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.RoomInfo .button-utility {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.RoomInfo .close {
|
||||||
|
background-image: url("./icons/clear.svg");
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user