mirror of
https://github.com/ichaly/cohere.git
synced 2026-07-22 07:47:20 +00:00
Add mobile settings top padding
This commit is contained in:
parent
76d050acf4
commit
050405bcee
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@
|
|||
@container (max-width: 640px) {
|
||||
.obsync-header {
|
||||
@apply block;
|
||||
padding-top: max(2rem, env(safe-area-inset-top, 0px));
|
||||
}
|
||||
|
||||
.obsync-card {
|
||||
|
|
|
|||
Loading…
Reference in a new issue