This commit is contained in:
杜恒 2021-04-23 10:51:58 +08:00
parent c95a87b2e3
commit b8f3fe7cf0
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1880,7 +1880,7 @@
padding: 0 5px; padding: 0 5px;
color: var(--main); color: var(--main);
font-weight: 500; font-weight: 500;
max-width: 100px; max-width: 200px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

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

View File

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

File diff suppressed because one or more lines are too long

View File

@ -1046,7 +1046,7 @@ body.fullscreen {
padding: 0 5px; padding: 0 5px;
color: #303133; color: #303133;
font-weight: 500; font-weight: 500;
max-width: 100px; max-width: 200px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;