2023-01-03 11:55:46 -08:00
|
|
|
// Copyright 2021 Signal Messenger, LLC
|
2021-04-21 11:31:12 -05:00
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
.module-TimelineWarnings {
|
2023-04-20 10:03:43 -07:00
|
|
|
inset-inline-start: 0;
|
2022-03-09 16:44:57 -06:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: $z-index-above-above-base;
|
|
|
|
|
2021-04-21 11:31:12 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|