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-09-27 10:10:23 +00:00
|
|
|
overscroll-behavior-block: none;
|
2024-07-14 12:28:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-emoji {
|
2024-08-13 07:39:05 +00:00
|
|
|
width: 1em;
|
2024-08-05 07:33:00 +00:00
|
|
|
}
|