Skip to content

X - ukryj górną belkę przy scrollowaniu by wykopchanger

Screenshot of X - ukryj górną belkę przy scrollowaniu

Details

Authorwykopchanger

LicenseNo License

Categorywykop.pl

Created

Updated

Size763 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ukrywa górną belkę przy scrollowaniu strony. Szczególnie przydatne dla urządzeń typu smartfon, tablet.

Notes

Source code

/* ==UserStyle==
@name         Wykop X - ukryj górną belkę przy scrollowaniu
@version      1.0.4
@namespace    userstyles.world/user/wykopchanger
@description  Ukrywa górną belkę z logo Wykop.pl, wyszukiwarką i avatarem profilu przy scrollowaniu strony

Szczególnie przydatne dla urządzeń typu smartfon, tablet.

Zobacz pozostałe style dla Wykop.pl:
https://userstyles.world/user/wykopchanger
https://wykop.pl/tag/wykopwnowymstylu

@author       wykopchanger
@license      No License
==/UserStyle== */

@-moz-document domain("wykop.pl")
{
    body section.default-layout header.header 
    {
        position:relative!important;
    }
    div.main-content aside.left-panel 
    { 
        position: sticky; top: 0px;
    }
}

Reviews

No reviews yet.