飞书 / Lark UI Enhancement
Lark Enhancement by xdanger
Details
Authorxdanger
LicenseNo License
CategoryLark, feishu, 飞书
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Lark Enhancement
@version 20220529.15.18
@namespace userstyles.world/user/xdanger
@description 飞书 / Lark UI Enhancement
@author xdanger
@license No License
==/UserStyle== */
@-moz-document domain("feishu.cn"), domain("larksuite.com") {
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
/* .innerdocbody.adit-container */ .inline-code {
font-family: 'Fira Code', monospace;
font-size: 14px;
}
body:not([class*="fs-mode"]) .etherpad-container-sub-wrapper > .etherpad-container {
margin-left: 16rem !important;
}
div#innerdocbody > div[data-node=true]:first-child span[data-leaf=true] > span[class^='author-'] > span[data-string=true] {
font-size: 30px;
}
/*
div[data-node=true].heading-h1 span[data-leaf=true] > span[class^='author-'] > span[data-string=true] {
}
div.section-nav {
background-color: #F7F6F3;
border-right: 1px solid #ccc;
height: 100%;
}
/*
div.section-nav .pin:hover {
background: transparent;
}
div.section-nav-container .full-entry-title {
background-color: transparent;
}
*/
}