mirror of
https://github.com/typecho/typecho.git
synced 2025-03-24 20:09:47 +01:00
继续改进滚动条
This commit is contained in:
parent
170cf67c94
commit
c0cfe55844
@ -1159,7 +1159,7 @@ a.operate-reply {
|
||||
|
||||
/* 编辑器全屏 */
|
||||
.fullscreen #wmd-button-bar, .fullscreen #text, .fullscreen #wmd-preview, .fullscreen .submit {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 50%;
|
||||
background: #FFF;
|
||||
@ -1184,7 +1184,6 @@ a.operate-reply {
|
||||
-o-border-radius: 0;
|
||||
border-radius: 0; }
|
||||
.fullscreen #wmd-preview {
|
||||
position: absolute;
|
||||
top: 53px;
|
||||
right: 0;
|
||||
padding: 5px 20px;
|
||||
@ -1194,7 +1193,6 @@ a.operate-reply {
|
||||
.fullscreen #wmd-preview code, .fullscreen #wmd-preview pre {
|
||||
background: #F0F0EC; }
|
||||
.fullscreen .submit {
|
||||
z-index: 1000;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
padding: 10px 20px;
|
||||
|
@ -107,7 +107,8 @@
|
||||
/* 编辑器全屏 */
|
||||
.fullscreen {
|
||||
#wmd-button-bar, #text, #wmd-preview, .submit {
|
||||
position: fixed;
|
||||
// position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 50%;
|
||||
background: #FFF;
|
||||
@ -129,7 +130,6 @@
|
||||
@include border-radius(0);
|
||||
}
|
||||
#wmd-preview {
|
||||
position: absolute;
|
||||
top: 53px;
|
||||
right: 0;
|
||||
padding: 5px 20px;
|
||||
@ -141,7 +141,6 @@
|
||||
}
|
||||
}
|
||||
.submit {
|
||||
z-index: 1000;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
padding: 10px 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user