mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user