Onionr/static-data/www/shared/sidebar/sidebar.css

14 lines
220 B
CSS
Raw Permalink Normal View History

2020-08-21 14:57:59 +00:00
.quickview-body{
font-size: 1em;
2020-09-14 23:28:01 +00:00
background-color: #282f2f;
}
.quickview-block{
padding-left: 1em;
padding-top: 5px;
font-size: 1em;
2020-10-17 10:11:07 +00:00
}
#logfileOutput{
max-height: 700px;
overflow-y: scroll;
2020-08-21 14:57:59 +00:00
}