Remove ads with Gold »

1 y

/* Limit video and image sizes */ .post .file:not(.preview) img { width: auto; height: auto; max-width: 1200px; }figure[data-media-type="video"]:not(.preview) { width: fit-content; max-width:
Tuli koneella ongelma esille ja tässä ratkaisu: :root { --body-max-width: 100%; /* Set width to 100% and restore old font size */ } /* Fix left nav bar */ #board-selector { flex-grow: 0; margin-right: 0; }#sidebar::-webkit-scrollbar, #sidebar #nav-boards button { display: none; }#sidebar { overflow: hidden; }#navbar > span { flex-grow: 0; } /* Add normal timestamps after ago timestamps */ [data-timestamp][title]::after { content: " • " attr(title); } /* Make thumbnail background black and open image background transparent */ figure.file.preview img { background: none; background-color: black; }figure.file:not(.preview) img { background: none; } .threads.style-new_replies { border-bottom: 5px solid maroon; } /* PC only */ @media (min-width: 401px) { /* Make reply box size normal */ .post-form { max-width: 1400px; margin-left: auto; margin-right: auto } } .post .file:not(.preview) img { width: auto; height: auto; max-width: 100%; } figure[data-media-type="video"]:not(.preview) { width: fit-content; max-width: 1200px; } /* Limit polls sizes */ .poll { max-width: 600px; }

1 y

Joo vaihdoin sen itte jo omaani aikasemmin kuntoon, toinen mikä meni rikki on noi mediat puhelimella. Aukeevat järkyttävän isoiksi, ei oikeen pelitä tuo rajotus :D
Entäs tällä? :root { --body-max-width: 100%; /* Set width to 100% and restore old font size */ } /* Fix left nav bar */ #board-selector { flex-grow: 0; margin-right: 0; }#sidebar::-webkit-scrollbar, #sidebar #nav-boards button { display: none; }#sidebar { overflow: hidden; }#navbar > span { flex-grow: 0; } /* Add normal timestamps after ago timestamps */ [data-timestamp][title]::after { content: " • " attr(title); } /* Make thumbnail background black and open image background transparent */ figure.file.preview img { background: none; background-color: black; }figure.file:not(.preview) img { background: none; } .threads.style-new_replies { border-bottom: 5px solid maroon; } /* Mobile only */ @media (max-width: 401px) { /* Limit image sizes */ .post .file:not(.preview) img { width: auto; height: auto; max-width: 300px; } } /* PC only */ @media (min-width: 401px) { /* Make reply box size normal */ .post-form { max-width: 1400px; margin-left: auto; margin-right: auto } /* Limit image sizes */ .post .file:not(.preview) img { width: auto; height: auto; max-width: 1200px; } } figure[data-media-type="video"]:not(.preview) { width: fit-content; max-width: 1200px; } /* Limit polls sizes */ .poll { max-width: 600px; }

1 y

#board-selector { flex-grow: 0; margin-right: 0; } #sidebar::-webkit-scrollbar { display: none; } #sidebar { overflow: hidden } #navbar > span { flex-grow: 0; } #sidebar #nav-boards button { display: none
Otin taiteellisia vapauksia lisätä kommentteja, poistaa rikkinäistä koodia, korjata rikkoutuneita juttuja ja tehdä taustavärihommat koskemaan myös avattuja tiedostoja. :root { --body-max-width: 100%; /* Set width to 100% and restore old font size */ } /* Fix left nav bar */ #board-selector { flex-grow: 0; margin-right: 0; }#sidebar::-webkit-scrollbar, #sidebar #nav-boards button { display: none; }#sidebar { overflow: hidden; }#navbar > span { flex-grow: 0; } /* Add normal timestamps after ago timestamps */ [data-timestamp][title]::after { content: " • " attr(title); } /* Make thumbnail background black and open image background transparent */ figure.file.preview img { background: none; background-color: black; }figure.file:not(.preview) img { background: none; } .threads.style-new_replies { border-bottom: 5px solid maroon; } /* PC only */ @media (min-width: 401px) { /* Make reply box size normal */ .post-form { max-width: 1400px; margin-left: auto; margin-right: auto } } /* Limit video and image sizes */ .post .file:not(.preview) img { width: auto; height: auto; max-width: 800px; }figure[data-media-type="video"]:not(.preview) { width: fit-content; max-width: 800px; } /* Limit polls sizes */ .poll { max-width: 600px; }

1 y

Postaa vaan niin katson.
#board-selector { flex-grow: 0; margin-right: 0; } #sidebar::-webkit-scrollbar { display: none; } #sidebar { overflow: hidden } #navbar > span { flex-grow: 0; } #sidebar #nav-boards button { display: none } [data-timestamp][title]::after { content: " • " attr(title); } :root { --body-max-width: 100%; } /* Make thumbnail bakground black */ .post-file { background-color: black; }.post-file * .bg, .post-file .bg { display: none; } .thread { border-bottom: 5px solid maroon; } /* PC only */ @media (min-width: 401px) { /* Make reply box size normal */ .post-form { max-width: 1400px; margin-left: auto; margin-right: auto } /* Limit video and image sizes */ .post .file:not(.preview) img { width: auto; height: auto; max-width: 1200px; }figure[data-media-type="video"]:not(.preview) { width: fit-content; max-width: 1200px; } .poll { max-width: 600px; } :root { /* Set width to 100% and restore old font size */ --body-max-width: 100%;
Remove ads with Gold »