Fix call settings and participant page buttons

This commit is contained in:
ayumi-signal 2023-11-07 10:26:09 -08:00 committed by GitHub
parent fd8691b871
commit a03e064977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 7 deletions

View file

@ -3819,7 +3819,7 @@ button.module-image__border-overlay:focus {
&::before {
@include color-svg(
'../images/icons/v3/chevron/chevron-down.svg',
$color-white
$color-gray-15
);
content: '';
@ -3828,17 +3828,16 @@ button.module-image__border-overlay:focus {
width: 100%;
}
background: $color-gray-60;
background: $color-gray-78;
border-radius: 100%;
border: 0;
box-shadow: 0 0 5px rgba($color-gray-95, 0.5);
height: 28px;
margin-block: 12px;
height: 24px;
padding-inline: 4px;
margin-inline: 0;
opacity: 0;
outline: none;
transition: opacity 200ms ease-out;
width: 28px;
width: 24px;
}
&--top {
@ -3850,6 +3849,7 @@ button.module-image__border-overlay:focus {
);
#{$scroll-marker-selector}__button {
margin-block-start: 60px;
transform: rotate(180deg);
}
}
@ -3862,6 +3862,10 @@ button.module-image__border-overlay:focus {
transparent 20px,
transparent
);
#{$scroll-marker-selector}__button {
margin-block-end: 16px;
}
}
}

View file

@ -7,7 +7,7 @@
.CallSettingsButton__Button {
align-items: center;
background-color: rgba($color-gray-80, 0.7);
background-color: $color-gray-78;
border: none;
border-radius: 40px;
display: flex;