mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Default disappearing message timeout fixes
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.module-disappearing-timer-select {
|
||||
position: relative;
|
||||
|
||||
&__info {
|
||||
position: absolute;
|
||||
|
||||
margin-top: 4px;
|
||||
padding-left: 14px;
|
||||
|
||||
@include font-subtitle;
|
||||
|
||||
@include light-theme {
|
||||
color: $color-gray-60;
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
color: $color-gray-25;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user