mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-29 03:38:10 -07:00
changelog: updated
This commit is contained in:
@@ -76,7 +76,9 @@ body {
|
||||
position: relative;
|
||||
|
||||
html[data-layout="split"] & {
|
||||
grid-template-columns: minmax(min-content, auto) 1fr;
|
||||
grid-template-columns:
|
||||
minmax(min-content, var(--sidebar-width, max-content))
|
||||
1fr;
|
||||
|
||||
html[data-display="standalone"] & {
|
||||
border-top: 1px;
|
||||
@@ -267,7 +269,6 @@ summary {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
html[data-layout="split"] .full-only {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -40,9 +40,8 @@ main {
|
||||
}
|
||||
|
||||
html[data-layout="split"] & {
|
||||
min-width: 100%;
|
||||
max-width: var(--max-main-width);
|
||||
overflow-x: hidden;
|
||||
contain: inline-size;
|
||||
}
|
||||
|
||||
> nav,
|
||||
|
||||
Reference in New Issue
Block a user