Make entry name full height
This commit is contained in:
parent
ae6bace200
commit
ebeaba3478
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user