13 lines
201 B
SCSS
13 lines
201 B
SCSS
|
// Copyright 2021 Signal Messenger, LLC
|
||
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||
|
|
||
|
.AvatarModalButtons {
|
||
|
bottom: 0;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
|
||
|
.module-Button {
|
||
|
margin-left: 12px;
|
||
|
}
|
||
|
}
|