Roam main width
3 years ago in CSS
/* This allows for the main window to shrink below 40%. Default I have set here is for it to jump to 33% if you shrink all the way so that can do two "columns" of pages in the right sidebar to allow for "triple split screen mode" */
.roam-main[style^="flex: 0 0 40."] {
flex-basis: 30% !important;
}
#right-sidebar[style^="position: relative; flex: 0 0 59."] {
flex-basis: 70% !important;
}