feat: 支持创作入口公告配置
This commit is contained in:
@@ -4544,6 +4544,20 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
padding: 0.58rem 0.58rem 0.58rem 0.68rem;
|
||||
}
|
||||
|
||||
/* 草稿页移动端整体禁止长按选择文字,避免误触系统选区。 */
|
||||
#platform-tab-panel-saves,
|
||||
#platform-tab-panel-saves * {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
||||
#platform-tab-panel-saves :is(input, textarea, [contenteditable='true']) {
|
||||
-webkit-user-select: text;
|
||||
user-select: text;
|
||||
-webkit-touch-callout: default;
|
||||
}
|
||||
|
||||
.creation-work-card-shell {
|
||||
border-radius: 0.86rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user