Widens the time gutter to the left of Sonar's week calendar allowing times to be seen.
sonar weekly calendar fix by visavispants
Details
Authorvisavispants
LicenseNo License
Categorysonar.software
Created
Updated
Size424 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name sonar weekly calendar fix
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Widens the time gutter to the left of the calendar allowing times to be seen.
@author vis-a-vis pants
==/UserStyle== */
@-moz-document regexp("^https://.*\\.sonar\\.software\\/app\\#\\/.*") {
.scheduling--calendar .body .calendar__time-gutter {max-width: 5rem;}
}