Get volume button inline with design

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-01 18:56:59 +02:00
commit 44ce76bcb1
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
3 changed files with 32 additions and 13 deletions

View file

@ -49,7 +49,6 @@
height: 24px;
padding: 0 8px;
color: white;
background-color: rgba(23, 25, 28, 0.85);
display: flex;
align-items: center;
justify-content: center;
@ -60,16 +59,24 @@
z-index: 1;
}
.optionsButton {
right: 16px;
top: 16px;
.infoBubbleIcon {
background-color: rgba(23, 25, 28, 0.85);
}
.optionsButton button svg {
.button button:hover svg * {
fill: white !important; /* To override .iconButton:not(.stroke):hover svg */
}
.button button svg {
height: 20px;
width: 20px;
}
.audioButton {
right: 16px;
top: 16px;
}
.memberName {
left: 16px;
bottom: 16px;