Minor CSS fix
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user