Skip to content

app.clickup.com condensed task view by alexdonskih

Details

Authoralexdonskih

LicenseNo License

Categoryclickup.com

Created

Updated

Size867 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

app.clickup.com condensed task view

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         app.clickup.com condensed task view
@version      20220528.11.38
@namespace    userstyles.world/user/alexdonskih
@description  app.clickup.com condensed task view
@author       alexdonskih
@license      No License
==/UserStyle== */

@-moz-document domain("app.clickup.com") {
.task__header {
    min-height: 0;
}

.task__toolbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.task-container {
    top: 1px;
    height: calc(100% - 1px);
}

.task-container__header-wrapper {
    min-height: 38px;
}

#commentForm {
    padding-top: 0px;
    padding-bottom: 0px;
}

.task-uploader {
    height: 40px;
}

.task__parent {
    padding: 1px 5px 6px;
}

.task__parent-name{
    font-size: 12px;
    font-weight: bold;
}

.cu-float-button_simple .cu-float-button__toggle-simple-container-create-task{
    top: -40px;
    right: -40px;
}
}

Reviews

No reviews yet.