mirror of
https://github.com/typecho/typecho.git
synced 2025-03-23 19:40:22 +01:00
隐藏部分内容
This commit is contained in:
parent
c0cfe55844
commit
b5fb4ece26
@ -1197,6 +1197,14 @@ a.operate-reply {
|
||||
margin: 0;
|
||||
padding: 10px 20px;
|
||||
border-bottom: 1px solid #F3F3F0; }
|
||||
.fullscreen .typecho-post-option,
|
||||
.fullscreen .title,
|
||||
.fullscreen .url-slug,
|
||||
.fullscreen .typecho-page-title,
|
||||
.fullscreen .typecho-head-nav,
|
||||
.fullscreen .message,
|
||||
.fullscreen #upload-panel {
|
||||
display: none; }
|
||||
|
||||
/**
|
||||
* Jquery Timepicker
|
||||
|
@ -146,4 +146,11 @@
|
||||
padding: 10px 20px;
|
||||
border-bottom: 1px solid #F3F3F0;
|
||||
}
|
||||
.typecho-post-option,
|
||||
.title,
|
||||
.url-slug,
|
||||
.typecho-page-title,
|
||||
.typecho-head-nav,
|
||||
.message,
|
||||
#upload-panel { display: none; }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user