Bigger fonts + bigger box view
FreezerPro by nkrumm
Details
Authornkrumm
LicenseNo License
Categoryfreezerpro.com
Created
Updated
Size877 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@version 1.0
@name FreezerPro
@namespace freezerpro.com
==/UserStyle== */
@-moz-document domain("freezerpro.com") {
div.box_view {
width: auto !important
}
div.box_view > table {
width: 100%;
height: 60vh;
}
div.dd-item-box {
width: auto;
}
div.dd-item-box > div {
font-size: 18px !important;
padding-top: 3px;
}
div.dd-item-box > div > b,
br {
display: none;
}
div.br_content_block,
div.br_total_block,
div.br_using_block,
div.br_created_block,
div.br_notes_block,
table.grid-exp-props > * {
font-size: 16px
}
div.br_header_block > div.br_sample_id {
display: none;
}
div.br_header_block > div.br_sample_name {
font-size: 32px;
}
}