Bring the hover highlight bar, the date and the title in same line
This commit is contained in:
parent
8b9ecbd474
commit
d5ec05d82b
|
@ -17,7 +17,6 @@
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
margin-top: 0.25rem;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
|
@ -65,7 +64,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 3rem;
|
left: 3rem;
|
||||||
width: 0.25rem;
|
width: 0.25rem;
|
||||||
height: 20px;
|
height: 30px;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('archive-hover-line-color');
|
background-color: themed('archive-hover-line-color');
|
||||||
|
|
Loading…
Reference in New Issue