might have to delete this later, fixing the right-pane-container

This commit is contained in:
perf3ct 2025-03-24 21:18:37 +00:00
parent b00c20c357
commit f1ecc15f45
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -255,19 +255,6 @@ export default class DesktopLayout {
.child(
new RightPaneContainer()
.id("right-pane-container")
.child(
new FlexContainer("row")
.id("right-pane-tab-container")
.css("height", "40px")
.css("padding", "5px 10px")
.css("border-bottom", "1px solid var(--main-border-color)")
.css("background-color", "var(--accented-background-color)")
)
.child(
new FlexContainer("column")
.id("right-pane-content-container")
.css("flex-grow", "1")
.css("overflow", "hidden")
.child(new TocWidget())
.child(new HighlightsListWidget())
.child(...this.customWidgets.get("right-pane"))
@ -275,7 +262,6 @@ export default class DesktopLayout {
)
)
)
)
.child(new BulkActionsDialog())
.child(new AboutDialog())
.child(new HelpDialog())