mirror of https://gitlab.com/bashrc2/epicyon
Links icon display
parent
b4c12e0415
commit
a33c918936
|
@ -998,6 +998,9 @@ aside .toggle-inside li {
|
|||
font-size: var(--font-size);
|
||||
line-height: var(--line-spacing);
|
||||
}
|
||||
.imageAnchorMobile img{
|
||||
display: none;
|
||||
}
|
||||
.timeline-banner {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("banner.png");
|
||||
height: 15%;
|
||||
|
@ -1544,6 +1547,9 @@ aside .toggle-inside li {
|
|||
font-size: var(--font-size);
|
||||
line-height: var(--line-spacing);
|
||||
}
|
||||
.imageAnchorMobile img{
|
||||
display: inline;
|
||||
}
|
||||
.timeline-banner {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("banner.png");
|
||||
height: 6%;
|
||||
|
|
|
@ -6144,7 +6144,7 @@ def htmlTimeline(defaultTimeline: str,
|
|||
|
||||
# the links button to show left column links
|
||||
tlStr += \
|
||||
' <a class="imageAnchor" href="' + usersPath + '/links' + \
|
||||
' <a class="imageAnchorMobile" href="' + usersPath + '/links' + \
|
||||
'"><img loading="lazy" src="/' + iconsDir + \
|
||||
'/links.png" title="' + translate['Edit Links'] + \
|
||||
'" alt="| ' + translate['Edit Links'] + \
|
||||
|
|
Loading…
Reference in New Issue