Skip to content

石墨文档宽模式 by Myitian

Details

AuthorMyitian

LicenseCC Zero

Categoryshimo.im

Created

Updated

Size589 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         石墨文档宽模式
@version      20231013.11.07
@namespace    ?
==/UserStyle== */

@-moz-document regexp("https://shimo.im/docs/\\S*?/read.*") {
col {
    width: auto !important;
}
.ql-editor table.ql-sheet {
    width: unset !important;
}
.ql-snow.ql-container {
    margin: 0 20px !important;
    width: unset !important;
}
.sm-docs-container {
    min-width: unset !important;
}
.new-doc-directory {
    background: #f7f7f7;
    margin: 0 !important;
    padding: 20px 20px 0 0 !important;
}
.table-of-content {
    position: fixed;
    width: 20%;
}
}

Reviews

No reviews yet.