Skip to content

mouser tweaks by s-light

Details

Authors-light

LicenseCC Zero

Categorymouser.de

Created

Updated

Size683 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

some more minimal tweaks to mouser.de

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         mouser tweaks
@version      20211117.13.58
@namespace    userstyles.world/user/s-light
@description  some more minimal tweaks to mouser.de
@author       s-light
@license      CC Zero
==/UserStyle== */

@-moz-document domain("mouser.de") {
.modal-dialog {
	width: 60em;
	margin: 1em;
}

#feedbackForm {
    height: 95vh;
    display: flex;
    flex-direction: column;
}

.modal-body,
.modal-body > div,
.modal-body > div > div {
    height: 100%;
}

#divMain {
    display: flex;
    flex-direction: column;
}

#divMain .row:nth-child(3) {
    flex-grow: 1;
}

#divMain .row:nth-child(3) > div {
    height: 99%;
}

#FeedbackText {
    height: 100%;
}
}

Reviews

No reviews yet.