Skip to content

Wekan Improvements by darthchungo

Details

Authordarthchungo

LicenseNo License

Categorywekan.adaro.eu

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple QoL improvements for Wekan.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Wekan Improvements
@version      20230203.23.05
@namespace    userstyles.world/user/darthchungo
@description  Simple QoL improvements for Wekan.
@author       darthchungo
@license      No License
==/UserStyle== */

@-moz-document domain("wekan.adaro.eu") {
.card-label {
    border: none;
}

.swimlane-header > div.viewer > p {
    margin: 5px;
}

.swimlane-header-menu {
    margin-top: 3px;
}

.add-controls > span.quiet {
    margin-top: -17px;
    visibility: hidden;
}

.add-controls > span.quiet > a {
    visibility: visible;
}

.edit-controls > span.quiet {
    margin-left: -17px;
    visibility: hidden;
}

.edit-controls > span.quiet > a {
    visibility: visible;
}

.swimlane-header-wrap > form.inlined-form {
    margin: auto;
    margin-bottom: -3px;
}

.swimlane-header-wrap > form > div > .list-name-input {
    border-radius: 7px;
    margin: 7px;
    display: inline-block;
    width: auto !important;
}

.swimlane-header-wrap > form > div > .edit-controls {
    display: inline-flex;
}

.swimlane-header-wrap > form > div > .edit-controls > * {
    margin-top: -10px;
}

.list-body {
    padding-top: 12px;
}

.list-header:not(.list-header-white) {
    margin-bottom: -4px;
}

.list:first-child {
    margin-left: 0px;
}

#headerIsSettingDatabaseCallDone {
    margin-left: 10px !important;
}

#header-quick-access .header-quick-access-list {
    margin-top: -5px !important;
}

#header-quick-access .header-quick-access-list .current {
    padding-bottom: 13px !important;
}

#header-quick-access .js-toggle-desktop-drag-handles {
    margin-top: 4px;
    margin-left: 10px;
}
}

Reviews

No reviews yet.