Skip to content

Stylus Edit bottom's space by kamyar2

Screenshot of Stylus Edit bottom's space

Details

Authorkamyar2

LicenseCC Zero

CategoryStylus

Created

Updated

Size969 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

add free space at bottom.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Stylus Edit bottom's space
@version      20240329.11.48
@namespace    https://userstyles.world/user/kamyar2
@description  add free space at bottom.
@author       kamyar2
@license      CC Zero
==/UserStyle== */

@-moz-document url-prefix("chrome-extension://clngdbkpkpeebahjckkjfobafhncgmne/edit.html"), url-prefix("moz-extension://2c82001a-2f78-478f-87bc-77b888f05145/edit.html"), regexp("^\\w+-extension://[^/]+/edit.*") {

/*! SCRN */
/*! DTLS Scroll after-end */
/*! VRSN 2020-03-15 */
body::after xxx{
  content: "";
  display: block;
  position: relative;
  z-index: auto;
  margin: auto;
  padding-bottom: 90vh;
  width: 16px;
  height: 16px;
}

/*! VRSN 2021-02-20 */
#sections::after {
  content: "";
  display: block;
  position: relative;
  z-index: auto;
  margin: auto;
  padding-bottom: 90vh;
  width: auto;
  height: 16px;
  background-image: linear-gradient(#40454A00, #3070B033);
}

}

Reviews

No reviews yet.