From 718ecceaefe311c8e834c79394bcb8186ffaa883 Mon Sep 17 00:00:00 2001 From: Sascha Leib Date: Sat, 20 Sep 2025 11:58:58 +0200 Subject: [PATCH] Minor CSS fix --- script.js | 2 +- style.less | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script.js b/script.js index 917a101..a238ecd 100644 --- a/script.js +++ b/script.js @@ -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" diff --git a/style.less b/style.less index 089bda9..f3d4375 100644 --- a/style.less +++ b/style.less @@ -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;