discourse/plugins/chat/assets/stylesheets/mobile/chat-selection-manager.scss
Joffrey JAFFEUX 31feb65167
UI: correctly adds spacing for selection-management (#22006)
On iOS the safe area was not applied correctly.
2023-06-08 17:37:28 +02:00

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;
}
}
}
}