Minor CSS fix

This commit is contained in:
Sascha Leib
2025-09-20 11:58:58 +02:00
parent b8245a6350
commit 718ecceaef
2 changed files with 3 additions and 3 deletions

View File

@@ -1780,7 +1780,7 @@ BotMon.live = {
title.appendChild(makeElement('span', {'class': 'title'}, listTitle));
if (infolink) {
title.appendChild(makeElement('a', {
'class': 'info',
'class': 'ext_info',
'target': '_blank',
'href': infolink,
'title': "More information"

View File

@@ -486,13 +486,13 @@
span.title {
flex-grow: 1;
}
a.info {
a.ext_info {
display: inline-block;
width: 1.25em; height: 1.25em;
overflow: hidden;
border-radius: 50%;
}
a.info::before {
a.ext_info::before {
content: '';
display: inline-block;
width: 1.25em; height: 1.25em;