mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 06:14:28 +01:00
refactor(layout/right_pane): CSS for container
This commit is contained in:
parent
616af1502f
commit
f46de50f17
3
apps/client/src/widgets/sidebar/RightPanelContainer.css
Normal file
3
apps/client/src/widgets/sidebar/RightPanelContainer.css
Normal file
@ -0,0 +1,3 @@
|
||||
body.experimental-feature-new-layout #right-pane {
|
||||
width: 300px;
|
||||
}
|
||||
@ -1,8 +1,9 @@
|
||||
//! This is currently only used for the new layout.
|
||||
import "./RightPanelContainer.css";
|
||||
|
||||
export default function RightPanelContainer() {
|
||||
return (
|
||||
<div id="right-pane" style={{ width: 300 }}>
|
||||
<div id="right-pane">
|
||||
Hi there.
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user