Remove ads with Gold »
You need a Gold subscrip You need a Gold subscription to see this You need a Gold subscription to see t

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%;
Kopioin taannoin itselleni tällaisen CSS:n, kun joku postasi tämän satunnaiseen: :root { --body-max-width: 100%; } html { scrollbar-width: auto; } .post-meta .time [data-timestamp] { font-size: 0px; }.post-meta .time [data-timestamp]::before { font-size: 0.8rem; content: attr(title) !important; } .post-replies { padding-left: 4px; }.post-replies > button { display: none !important; } .subject.custom { white-space: nowrap; text-overflow: ellipsis; } .notification-list, .followed-thread-list, #nav-boards { text-align: left; } .subject.custom { white-space: nowrap; text-overflow: ellipsis; } .post-replies > button { display: none; }.postpreview .reply-count { color: white; background: red; padding: 10px; } :root { --body-max-width: 100%; }html { scrollbar-width: auto; } /* Make fixes to action buttons */ .thread-button.icon-minus, .post-button.icon-minus, .post-button.icon-reply { display: none; }.post-upvotes:before { content: "+"; }.vote-buttons .icon-pointer-upright { display: flex; flex-direction: row-reverse; }[data-post-action="hide"], [data-post-action="hideUser"], [data-thread-action="share"] { display: none !important; } /* Delete reddit-tier reply list */ .post-replies .icon-triangle-down, .post-replies .reply-count { display: none; } .post-replies { padding-left: 8px; }.postpreview .reply-count { display: block; color: var(--button-text-color); background: var(--button-bg-color); padding: 10px; } /* Catalog fixes */ .thread h3 { display: none; }.threads.grid .thread-meta .downvote, .threads.grid .thread-meta .upvote { display: none; }.thread-meta .time { float: right; padding-right: 8px; } :root { --font-size: 14px } /* Make thumbnail background black */ .post-file { background-color: transparent; }.post-file * .bg, .post-file .bg { display: none; } Mitä tästä pitää ottaa pois, että pystyn taas hidettämään lankoja ja käyttäjiä? Vai onko se seniili koukkunokka poistanut koko toiminnon käytöstä?
Remove ads with Gold »