hot fixes to utc-6
This commit is contained in:
@@ -215,13 +215,13 @@ input[type="radio"]:active + * {
|
||||
|
||||
.chat-mode-pill {
|
||||
position: absolute;
|
||||
top: calc(env(safe-area-inset-top, 0px) + 1.25rem);
|
||||
top: calc(env(safe-area-inset-top, 0px) + 2.25rem);
|
||||
right: calc(env(safe-area-inset-right, 0px) + 1.25rem);
|
||||
z-index: 10;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.chat-mode-pill {
|
||||
top: 1.25rem;
|
||||
top: 2.25rem;
|
||||
right: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user