mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Add z-index to AxoBaseDialog to fix Call Quality Survey placement
This commit is contained in:
@@ -455,6 +455,13 @@ $secondary-text-color: light-dark(
|
||||
text-align: start;
|
||||
}
|
||||
}
|
||||
&__one-third-flow--justify-end {
|
||||
display: inline-flex;
|
||||
justify-content: flex-end;
|
||||
@container (max-width: 350px) {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
&__full-flow {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user