mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix call settings and participant page buttons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user