Bring the hover highlight bar, the date and the title in same line

This commit is contained in:
Nishant Srivastava 2020-01-07 00:10:13 +01:00
parent 8b9ecbd474
commit d5ec05d82b
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
border-radius: 0.25rem;
min-width: 100px;
max-width: 100px;
margin-top: 0.25rem;
font-size: 16px;
height: 26px;
line-height: 26px;
@ -65,7 +64,7 @@
position: absolute;
left: 3rem;
width: 0.25rem;
height: 20px;
height: 30px;
@include themify($themes) {
background-color: themed('archive-hover-line-color');