signal-desktop/stylesheets/components/AvatarTextEditor.scss
2023-09-28 16:31:58 -04:00

23 lines
440 B
SCSS

// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.AvatarTextEditor {
&__input {
background: transparent;
border: none;
color: inherit;
outline: none;
padding: 0;
text-align: center;
transition: font-size 30ms linear;
width: 100%;
}
&__measure {
inset-inline-start: -9999;
position: fixed;
top: -9999;
touch-action: none;
visibility: hidden;
}
}