12 lines
220 B
SCSS
12 lines
220 B
SCSS
// Copyright 2021 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
.AvatarModalButtons {
|
|
bottom: 0;
|
|
position: absolute;
|
|
inset-inline-end: 0;
|
|
|
|
.module-Button {
|
|
margin-inline-start: 12px;
|
|
}
|
|
}
|