mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(iPad): don't fix head width when narrow/widen right sidebar
This commit is contained in:
@@ -191,7 +191,6 @@ a.button {
|
||||
html.is-ios.is-safari {
|
||||
|
||||
.cp__header {
|
||||
position: fixed !important;
|
||||
background-color: var(--ls-primary-background-color);
|
||||
}
|
||||
|
||||
@@ -224,7 +223,6 @@ html.is-native-ipad {
|
||||
.cp__header {
|
||||
background-color: transparent !important;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
> .l {
|
||||
background-color: var(--ls-primary-background-color);
|
||||
@@ -248,13 +246,7 @@ html.is-native-ipad {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ls-right-sidebar-open {
|
||||
.cp__header {
|
||||
width: calc(100% - var(--ls-right-sidebar-width));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.left-sidebar-inner {
|
||||
> .wrap {
|
||||
padding-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user