fav gap and ugly horizontal scrollbar 1050px width...
This commit is contained in:
@@ -3618,7 +3618,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: var(--font);
|
font-family: var(--font);
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
overflow-x: clip;
|
overflow-x: hidden;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -6189,12 +6189,15 @@ i.iconset.active {
|
|||||||
|
|
||||||
/* favorites */
|
/* favorites */
|
||||||
span#favs {
|
span#favs {
|
||||||
text-align: center;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 5px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
grid-column: 1/4;
|
grid-column: 1/4;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
line-height: 0;
|
|
||||||
background: var(--badge-bg);
|
background: var(--badge-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -199,7 +199,6 @@
|
|||||||
|
|
||||||
a.appendChild(img);
|
a.appendChild(img);
|
||||||
favcontainer.appendChild(a);
|
favcontainer.appendChild(a);
|
||||||
favcontainer.appendChild(document.createTextNode('\u00A0'));
|
|
||||||
});
|
});
|
||||||
favcontainer.hidden = false;
|
favcontainer.hidden = false;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -189,7 +189,6 @@
|
|||||||
|
|
||||||
a.appendChild(img);
|
a.appendChild(img);
|
||||||
favcontainer.appendChild(a);
|
favcontainer.appendChild(a);
|
||||||
favcontainer.appendChild(document.createTextNode('\u00A0'));
|
|
||||||
});
|
});
|
||||||
favcontainer.hidden = false;
|
favcontainer.hidden = false;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user