Skip to content

compact teamup calendars by chaddo

Screenshot of compact teamup calendars

Details

Authorchaddo

LicenseNo License

Categoryteamup.com

Created

Updated

Size767 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

vertical compactness so the calendar fits a full-screen view without scrolling up + down

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} */

}

Reviews

No reviews yet.