signal-desktop/stylesheets/components/AvatarModalButtons.scss

13 lines
220 B
SCSS
Raw Normal View History

2021-08-06 00:17:05 +00:00
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.AvatarModalButtons {
bottom: 0;
position: absolute;
2023-04-20 17:03:43 +00:00
inset-inline-end: 0;
2021-08-06 00:17:05 +00:00
.module-Button {
2023-04-20 17:03:43 +00:00
margin-inline-start: 12px;
2021-08-06 00:17:05 +00:00
}
}