Get volume button inline with design
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
44b9bd0046
commit
44ce76bcb1
3 changed files with 32 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue