mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-13 07:03:04 +08:00
loading image default height
This commit is contained in:
@@ -24,6 +24,6 @@ var Config = {
|
||||
"name": "繁体中文"
|
||||
}
|
||||
],
|
||||
"lang": "zh-cn",
|
||||
"lang": "en-us",
|
||||
"theme": ""
|
||||
};
|
||||
@@ -11,6 +11,7 @@
|
||||
#loadingLogo {
|
||||
position: relative;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
border: 1px solid #4092C5;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#loadingLogo {
|
||||
position: relative;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
border: 1px solid #4092C5;
|
||||
|
||||
@@ -2085,6 +2085,7 @@ img::selection {
|
||||
#loadingLogo {
|
||||
position: relative;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
border: 1px solid #4092C5;
|
||||
@@ -2925,6 +2926,9 @@ body,
|
||||
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', "Microsoft YaHei", "微软雅黑";
|
||||
font-style: normal;
|
||||
}
|
||||
textarea#wmd-input {
|
||||
color: #000 !important;
|
||||
}
|
||||
#wmd-input .ace_searchbtn_close {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
@mdAceBlockquoteColor: #003873;
|
||||
@mdAceCursorColor: #243342;
|
||||
|
||||
textarea#wmd-input {
|
||||
color: #000 !important;
|
||||
}
|
||||
#wmd-input {
|
||||
.ace_searchbtn_close {
|
||||
margin: 0px;
|
||||
|
||||
Reference in New Issue
Block a user