signal-desktop/stylesheets/components/fun/FunSticker.scss

12 lines
214 B
SCSS
Raw Normal View History

2025-03-26 12:35:32 -07:00
// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.FunSticker {
width: auto;
height: auto;
max-width: 100%;
2025-04-07 12:47:38 -07:00
max-height: 100%;
2025-03-26 12:35:32 -07:00
border-radius: 4px;
vertical-align: top;
}