discourse/plugins/chat/assets/stylesheets/mobile/chat-selection-manager.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
319 B
SCSS
Raw Normal View History

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