mirror of
https://github.com/typecho/typecho.git
synced 2025-03-24 20:09:47 +01:00
移除 calc 属性
This commit is contained in:
parent
9c04f6117e
commit
577aa6460b
@ -1180,9 +1180,6 @@ a.operate-reply {
|
||||
padding: 5px 20px;
|
||||
border: 1px solid #F3F3F0;
|
||||
border-width: 1px 0 0 1px;
|
||||
height: -moz-calc(100% - 52px);
|
||||
height: -webkit-calc(100% - 52px);
|
||||
height: calc(100% - 52px);
|
||||
background: #F6F6F3;
|
||||
overflow: auto; }
|
||||
.fullscreen #wmd-preview code, .fullscreen #wmd-preview pre {
|
||||
|
@ -123,7 +123,7 @@
|
||||
border: 1px solid #F3F3F0;
|
||||
border-width: 1px 0 0 1px;
|
||||
// height: 100%;
|
||||
@include calc(height, "100% - 52px");
|
||||
// @include calc(height, "100% - 52px");
|
||||
background: #F6F6F3;
|
||||
overflow: auto;
|
||||
code, pre {
|
||||
|
Loading…
x
Reference in New Issue
Block a user