更新
This commit is contained in:
parent
3da32864b1
commit
ff088b1a05
@ -2,7 +2,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "6.8.1";
|
return "6.8.2";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "typecho-joe-next",
|
"name": "typecho-joe-next",
|
||||||
"version": "6.8.1",
|
"version": "6.8.2",
|
||||||
"description": "A Theme Of Typecho",
|
"description": "A Theme Of Typecho",
|
||||||
"main": "index.php",
|
"main": "index.php",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
2
typecho/write/css/joe.write.min.css
vendored
2
typecho/write/css/joe.write.min.css
vendored
File diff suppressed because one or more lines are too long
@ -24,7 +24,7 @@ body.fullscreen {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 700px;
|
height: 650px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 6666;
|
z-index: 6666;
|
||||||
content-visibility: auto;
|
content-visibility: auto;
|
||||||
@ -40,10 +40,11 @@ body.fullscreen {
|
|||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
.cm-tools {
|
.cm-tools {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-wrap: wrap;
|
grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
|
||||||
|
gap: 5px;
|
||||||
|
padding: 5px;
|
||||||
background-color: #303133;
|
background-color: #303133;
|
||||||
padding: 5px 0 0 5px;
|
|
||||||
.cm-tools-item {
|
.cm-tools-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -51,9 +52,8 @@ body.fullscreen {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 5px;
|
|
||||||
margin: 0 5px 5px 0;
|
|
||||||
transition: background 0.25s;
|
transition: background 0.25s;
|
||||||
|
padding: 5px;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #393939;
|
background: #393939;
|
||||||
svg {
|
svg {
|
||||||
|
Loading…
Reference in New Issue
Block a user