fav gap and ugly horizontal scrollbar 1050px width...

This commit is contained in:
2026-05-27 07:01:53 +02:00
parent ef08f85d25
commit 236e540204
3 changed files with 6 additions and 5 deletions

View File

@@ -3618,7 +3618,7 @@ body {
margin: 0;
font-family: var(--font);
line-height: 2;
overflow-x: clip;
overflow-x: hidden;
font-size: 14px;
}
@@ -6189,12 +6189,15 @@ i.iconset.active {
/* favorites */
span#favs {
text-align: center;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 5px;
margin-left: 0;
grid-column: 1/4;
padding: 5px;
margin: 5px;
line-height: 0;
background: var(--badge-bg);
}

View File

@@ -199,7 +199,6 @@
a.appendChild(img);
favcontainer.appendChild(a);
favcontainer.appendChild(document.createTextNode('\u00A0'));
});
favcontainer.hidden = false;
} else {

View File

@@ -189,7 +189,6 @@
a.appendChild(img);
favcontainer.appendChild(a);
favcontainer.appendChild(document.createTextNode('\u00A0'));
});
favcontainer.hidden = false;
} else {