Skip to content

Timestripe Board 九宫格 by jimmylv

Details

Authorjimmylv

LicenseNo License

Categorytimestripe

Created

Updated

Size862 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

在Timestripe当中创建九宫格视图

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Timestripe Board 九宫格
@version    20240319.05.34
@namespace  https://userstyles.world/user/JimmyLv
@author     JimmyLv
==/UserStyle== */

@-moz-document domain("timestripe.com") {
.BecomeProButton.BoardsMenu-become_pro {
    display: none;
}

.Goals-onboarding_hint._show:after {
    content: "🎯 尝试使用SMART方法。如果目标是具体的、可衡量的、可实现的、现实的、基于时间的,就更有可能实现。那么,你本周的明智目标是什么?";
    visibility: visible;
}

.Goals-onboarding_hint._show {  
  visibility: hidden;
}

.ColumnView-column {
    box-shadow: inset -1px -1px #0000001a;   
}

.ColumnView-column.BucketColumn._rounded {
    border-radius: unset;
}

.BucketColumn {
    flex: 0 1 calc(33.333%);
    height: 33.333%;
}

.ColumnView-columns {
    flex-wrap: wrap;
}

}

Reviews

No reviews yet.