signal-desktop/stylesheets/components/AvatarModalButtons.scss

13 lines
220 B
SCSS
Raw Normal View History

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