mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 16:13:40 +08:00
31feb65167
On iOS the safe area was not applied correctly.
21 lines
343 B
SCSS
21 lines
343 B
SCSS
.chat-selection-management {
|
|
.chat-selection-management-buttons {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
|
.cancel-btn {
|
|
margin-left: initial;
|
|
}
|
|
|
|
.btn {
|
|
margin-bottom: 0.25em;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|