vertical compactness so the calendar fits a full-screen view without scrolling up + down
compact teamup calendars by chaddo

Details
Authorchaddo
LicenseNo License
Categoryteamup.com
Created
Updated
Code size767 B
Code checksumca2a2775
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
would love to also remove "repeating" + "multi-category" + am/pm notifications to fit more text in each cell
Source code
/* ==UserStyle==
@name compact teamup calendars
@namespace github.com/openstyles/stylus
@version 1.0.0
@description vertically compact teamup calendars to fit fullscreen
@author chaddo db at gmail
==/UserStyle== */
@-moz-document url-prefix("https://teamup.com/") {
.calendar-header.has-logo {
margin-top: -16px;
margin-bottom: -31px;
}
.calendar-sidebar.visible {
margin-top: 11px;
margin-bottom: -0px;
}
.calendar-toolbar {
margin-top: -2px;
margin-bottom: -19px;
}
.week-header{
margin-top: -0px;
margin-bottom: -29px;
}
.rows.rows-1 {
margin-top: -4px;
margin-bottom: 0px; }
.calendar-footer, .start-time {display: none}
.logo {opacity:0;}
/* body {background: black} */
}