Make entry name full height

This commit is contained in:
Rob Garrison 2019-01-13 15:06:49 -06:00
parent ae6bace200
commit ebeaba3478

View File

@ -182,6 +182,8 @@ a:hover {
align-content: stretch; align-content: stretch;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 0;
height: 30px;
} }
#installed, #options, #backup { #installed, #options, #backup {
@ -266,6 +268,7 @@ body.all-styles-hidden-by-filters #installed:after {
font-weight: 600; font-weight: 600;
text-decoration: none; text-decoration: none;
margin-right: 8px; margin-right: 8px;
padding: 8px 0;
} }
.entry-header:not(.sortable) { .entry-header:not(.sortable) {