Removes whitespace and roundness from Favro.
Favro space reduction, customization by jesenko
Details
Authorjesenko
LicenseCC Zero
Categoryfavro.com
Created
Updated
Size2.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Favro space reduction, customization
@version 20221006.11.48
@namespace userstyles.world/user/jesenko
@description Removes whitespace and roundness from Favro.
@author jesenko
@license CC Zero
==/UserStyle== */
@-moz-document url-prefix("https://favro.com/organization/") {
body {
font-size: 14px !important;
font-family: 'Liberation Sans' !important;;
color: black;
}
.singlewidgetpageapp.is-sheet .group-row {
height: 22px !important;
}
.singlewidgetpageapp.is-sheet .cell .status-selector .status-selector-item > .content > .name {
font-size: 13px !important;
font-weight: normal !important;
}
.widget-minimized .widget-title .widget-title-edit,
.widget-minimized .widget-title .widget-title-name-text,
.widget .widget-title .widget-title-edit,
.widget .widget-title .widget-title-name-text {
font-size: 13px !important;
}
.singlewidgetpageapp.is-sheet .cell .sequential-id-wrapper .sequential-id {
font-size: 12px !important;
font-weight: normal !important;
background: white;
}
.ui-tableheaders.sheet-table-headers .columnheader .title .title-text {
font-size: 13px !important;
font-weight: normal !important;
}
.card.layout-board .cardfield.cardfield-title .card-quick-edit-title,
.card.layout-board .cardfield.cardfield-title .card-title-text {
font-size: 14px !important;
}
.cardeditor .document {
font-size: 14px;
}
.cardeditor .cardheader .cardtitle .ui-input .card-details-title {
font-size: 18px;
}
.cardattributes .cardfield {
align-items: flex-start;
display: flex;
flex-flow: row nowrap;
margin: 0 0 0px;
}
div.ProseMirror {
background: rgb(249, 249, 249);
border-top: 2px solid #b9b9b9;
padding-top: 5px;
margin-top: 0px;
}
.is-active .ProseMirror {
background: white;
border-top: 2px solid #4fb7ff;
}
div.details {
margin-bottom: 15px;
}
.cardeditor .document code {
color: black;
}
.cardeditor .cardheader {
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
}
.cardeditor .cardattributes {
margin: 24px 10px 0;
}
.cardeditor .document code, .cardeditor .document pre {
background-color: white;
font-family: 'Hack', 'Courier New', monospace !important;
font-size: 12px;
border-radius: 0;
}
.singlewidgetpageapp.is-sheet .group-row.has-children .cell-title {
font-weight: normal;
background: #f5fff7;
border-color: #8f8f8f;
color: #000;
}
.singlewidgetpageapp.is-sheet .group-row.has-children:hover .cell-title {
font-weight: normal;
background: #fbfcd8;
border-color: #000;
color: #000;
}
.singlewidgetpageapp.is-sheet .cell.cell-title .title-container .text:hover {
color: #2196f3;
text-decoration: underline;
}
}