Skip to content

Instantly share code, notes, and snippets.

@nielsvm
Last active August 29, 2015 14:17
Show Gist options
  • Save nielsvm/ffcf8cc47f0b2a46637e to your computer and use it in GitHub Desktop.
Save nielsvm/ffcf8cc47f0b2a46637e to your computer and use it in GitHub Desktop.
Toggl.com "compact mode" CSS overrides (Chromium extension "stylebot")
.footer-wrapper {
display: none;
}
.timer {
margin: 5px auto;
}
.time-entries-list>li, .details-header-list>li {
border: none;
height: 35px;
}
.timer-entries-group-header .date-container {
margin-top: 15px;
font-size: 13px;
font-weight: bold;
}
.timer-entries-group-header {
height: 34px;
}
body, .time-entries-list>li .time-container {
color: #000000;
}
body {
padding-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment