Skip to content

pdf.online by tomisinsanni

Details

Authortomisinsanni

LicenseNo License

Categorypdf.online

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Kind of makes the pdf.online pdf editor look better and fill the screen. Similar to chrome's original pdf viewer.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         pdf.online
@version      20220313.13.42
@namespace    userstyles.world/user/tomisinsanni
@description  Kind of makes the pdf.online pdf editor look better and fill the screen. Similar to chrome's original pdf viewer.
@author       tomisinsanni
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://pdf.online/pdf-annotate?e=1") {
.css-10w2n2b {
    overflow-y: auto;
    padding-left: 0px !important;
    padding-top: 0px !important; 
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.css-1jm397e {
    display: block;
    pointer-events: all;
    position: unset;
    height: var(--chakra-sizes-full);
    width: 0rem !important;
}

.css-164inta {
    display: none !important;
}

.css-f9x00t {
    height: var(--chakra-sizes-full);
    overflow: hidden;
    border-radius: var(--chakra-radii-none) !important;
    border-width: 1px;
    position: relative;
}

*, *::before, *::after {
    border-width: 0;
    border-style: none !important;
    box-sizing: border-box;
}


.App:not(.is-in-desktop-only-mode) .Header, .App:not(.is-in-desktop-only-mode) .Header.Tools {
    height: 36px !important;
}
}

Reviews

No reviews yet.