give some visual separation to index areas

This commit is contained in:
Riccardo Mottola 2024-10-18 11:58:00 +02:00
parent 4a506cb048
commit e14da974c7

View file

@ -5,6 +5,7 @@
left: 0px; left: 0px;
width: 20%; width: 20%;
height: 100%; height: 100%;
border-right: 1px solid grey;
} }
.content-bar-top { .content-bar-top {
@ -14,6 +15,7 @@
height: 30%; height: 30%;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
border-bottom: 1px solid grey;
} }
.content-bar-top-body { .content-bar-top-body {