Remove ads with Gold »
You need a Gold subscr You ne You need a Gold subscri
You need a Gold sYou need a Gold suYo
You need a You need a Gold sub
Osaisiko joku auttaa, miksi tuo ilmoitusten punainen pylpyrä on pompannut tuonne sivupalkin oikeaan yläkulmaan, vaikka pitäisi olla tuon ilmoituspainikkeen oikeassa yläkulmassa? Tässä parin päivän sisällä tapahtunut. On siis käytössä skripti jolla seuratut ja ilmoitukset painikkeet on sivupalkissa. tossa skripti: (() => { 'use strict'; const sopsy2 = document.getElementsByClassName("icon-bookmark2 followed-button")[0]; document.getElementById("nav-threads").appendChild(sopsy2); var tyyli2 = document.createAttribute("style"); tyyli2.value = "width: 40px;height: 40px;font-size: 24px;margin-right: 15px;margin-top: 10px"; sopsy2.setAttributeNode(tyyli2); const sopsy = document.getElementsByClassName("icon-alarm notifications-button")[0]; document.getElementById("nav-threads").appendChild(sopsy); var tyyli = document.createAttribute("style"); tyyli.value = "width: 40px;height: 40px;font-size: 24px;margin-right: 15px;margin-top: 10px"; sopsy.setAttributeNode(tyyli); document.getElementById("navbar").style.display = "none"; document.getElementById("sidebar").style.top = "0"; })(); ja tässä css jotka äkkisellä silmäyksellä voi vaikuttaa: #content { max-width: 100%; } #navbar { max-width: 100%; } body { max-width: 70%; } #content .navigation { justify-content: left; } #sidebar nav#nav-threads{ display: inline-block; } #sidebar nav a{ padding: 2px; } nav#nav-threads button.followed-button span{ line-height: 1; } nav#nav-threads button.notifications-button span{ line-height: 1; }

7 mo

Molemmissa sellanen vika että ne ryhmät pitää olla avattuna että laudat näkyvät tuossa tuon ollessa käytössä.
/* Fix board list */ #sidebar .category-menu { display: block; }.toggle-category { display: none !important; }#sidebar .category-menu p { padding-left: 0px; }.category-menu-wrapper .category-menu.hidden { display: block !important; }
Tässä vähän paranneltu sivupalkin valikon poistaja: /* Fix board list */ #sidebar .category-menu { display: block; }.toggle-category { display: none !important; }#sidebar .category-menu p { padding-left: 0px; }
Jaahas sivupalkista hävinnyt kaikki laudat jonkun muutoksen takia, oisko apuja? /* Fix board list */ #sidebar .category-menu { display: block; }.toggle-category { display: none !important; } Tuon poistamalla tuli nuo valikot taas sentään näkyviin että pystyy edes eri alalaudan valitsemaan. Mutta mukava ois jos sais taas niin ettei olisi noita valikkopaskoja.

8 mo

Nyt tarttis css et sais ton sivupalkin lankalistauksen samanlaiseks kun oli ennen, ristus mitä psykooseja taas että toi olis hyvä tollain et ne on valikon alla.
/* Fix board list */ #sidebar .category-menu { display: block; }.toggle-category { display: none !important; }

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 »