mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
13 lines
171 B
CSS
13 lines
171 B
CSS
html, body, #fullscreen {
|
|
width: 100%;
|
|
}
|
|
#left_pane {
|
|
position: absolute;
|
|
width: 20%;
|
|
}
|
|
|
|
#right_pane {
|
|
position: absolute;
|
|
width: 80%;
|
|
left: 20%;
|
|
} |