mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 10:38:50 +01:00
fix: w<1024px, will overflow.
This commit is contained in:
parent
2afbc5883f
commit
953c5fc970
1 changed files with 9 additions and 6 deletions
|
|
@ -21,15 +21,22 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@media (max-width: 1024px) {
|
||||
.sibling-switch {
|
||||
left: 114px;
|
||||
top: unset;
|
||||
bottom: 6px;
|
||||
bottom: 4px;
|
||||
visibility: visible;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.resubmit-edit-button {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.nav-close-button {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
@ -38,10 +45,6 @@
|
|||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.resubmit-edit-button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.nav {
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue