mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 06:44:24 +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.
|
//! This is currently only used for the new layout.
|
||||||
|
import "./RightPanelContainer.css";
|
||||||
|
|
||||||
export default function RightPanelContainer() {
|
export default function RightPanelContainer() {
|
||||||
return (
|
return (
|
||||||
<div id="right-pane" style={{ width: 300 }}>
|
<div id="right-pane">
|
||||||
Hi there.
|
Hi there.
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user