2024-07-22 13:57:04 +00:00
|
|
|
:root {
|
2024-07-24 06:27:20 +00:00
|
|
|
--safe-area-inset-top: env(safe-area-inset-top);
|
|
|
|
--safe-area-inset-left: env(safe-area-inset-left);
|
|
|
|
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
|
|
|
--safe-area-inset-right: env(safe-area-inset-right);
|
2024-07-14 12:28:44 +00:00
|
|
|
background-color: var(--tutu-color-surface, transparent);
|
2024-07-24 06:27:20 +00:00
|
|
|
overscroll-behavior-block: contain;
|
2024-07-14 12:28:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-emoji {
|
|
|
|
width: 1.25em;
|
2024-08-05 07:33:00 +00:00
|
|
|
}
|