This commit is contained in:
haoouba 2021-05-01 11:04:25 +08:00
parent 3da32864b1
commit ff088b1a05
4 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
/* 获取主题当前版本号 */
function _getVersion()
{
return "6.8.1";
return "6.8.2";
};
/* 判断是否是手机 */

View File

@ -1,6 +1,6 @@
{
"name": "typecho-joe-next",
"version": "6.8.1",
"version": "6.8.2",
"description": "A Theme Of Typecho",
"main": "index.php",
"keywords": [

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,7 @@ body.fullscreen {
flex-direction: column;
position: relative;
width: 100%;
height: 700px;
height: 650px;
box-sizing: border-box;
z-index: 6666;
content-visibility: auto;
@ -40,10 +40,11 @@ body.fullscreen {
outline: none !important;
}
.cm-tools {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
gap: 5px;
padding: 5px;
background-color: #303133;
padding: 5px 0 0 5px;
.cm-tools-item {
position: relative;
cursor: pointer;
@ -51,9 +52,8 @@ body.fullscreen {
align-items: center;
justify-content: center;
border-radius: 2px;
padding: 5px;
margin: 0 5px 5px 0;
transition: background 0.25s;
padding: 5px;
&:hover {
background: #393939;
svg {