Minimal for prnt.sc / lightshot
Minimal Prnt.sc | Lightshot by hdyzen
Details
Authorhdyzen
LicenseMIT
Categoryprnt.sc
Created
Updated
Size898 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Minimal Prnt.sc | Lightshot
@namespace https://userstyles.world/user/hdyzen
@version 0.1
@description Minimal for prnt.sc / lightshot
@author hdyzen
==/UserStyle== */
@-moz-document domain("prnt.sc") {
html {
background: #1c1b1f !important;
}
.under-image {
display: none !important;
}
.footer {
display: none !important;
}
body > .page-constrain {
display: none !important;
}
.header {
display: none !important;
}
.image__pic {
margin: 0 !important;
position: fixed !important;
top: 40px !important;
bottom: 40px !important;
right: 80px !important;
left: 80px !important;
}
.image__pic > img {
height: 100% !important;
width: 100% !important;
margin: 0 auto !important;
object-fit: contain !important;
}
.image-container {
background: transparent !important;
box-shadow: none !important;
}
}