Ukrywa górną belkę przy scrollowaniu strony. Szczególnie przydatne dla urządzeń typu smartfon, tablet.
.................. by wykopchanger
Details
Authorwykopchanger
LicenseNo License
Categorywykop.pl
Created
Updated
Size763 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Chcesz wesprzeć i wysłać kilka złotych za dobrą robotę?
Możesz postawić mi kawkę ☕ na https://buycoffee.to/wykopx
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;
}
}