I was using the code below code before to make sidebar font smaller and logo smaller. After update it does not work. How can I make sidebar font smaller?
.document-list-item {
font-size: 12px;
margin-bottom:-7px;
}
#logo img {
height: 5px !important;
}