Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

友链css样式出现问题,已经修复并附上解决方法 #116

Closed
isyekong opened this issue Oct 20, 2019 · 3 comments
Closed

友链css样式出现问题,已经修复并附上解决方法 #116

isyekong opened this issue Oct 20, 2019 · 3 comments

Comments

@isyekong
Copy link

isyekong commented Oct 20, 2019

主题版本已经是最新了,但是添加友链的时候发现有如下的问题
alt bug
和作者的代码样式对比之后,发现缺少标签以及对应的样式,修复方法如下:

#./function.php 第551行
$result .= '<h3 class="link-title">'.$linkcat->name.'</h3>';
#修改为
$result .= '<h3 class="link-title"><span class="fake-title">'.$linkcat->name.'</span></h3>';

#./style.css 2984行
border-left: 3px solid orange;
#修改为
border-left: none;

#文档末尾添加
.link-title span.fake-title {
padding-left: 10px;
border-left: 3px solid orange;
}

然后请到外观-Sakura主题设置-CDN
勾选上_本地调用主题 js、css 文件(sakura-app.js、style.css)_

如果你有缓存插件或者CDN,也请更新

@mashirozx
Copy link
Owner

@spirit1431007 似乎是 82ce5b8 导致的问题哟

@spirit1431007
Copy link
Collaborator

@spirit1431007 似乎是 82ce5b8 导致的问题哟

了解,马上修复

@mashirozx
Copy link
Owner

@spirit1431007 Thanks:kissing_heart:

Himehane added a commit to Himehane/Sakura that referenced this issue Oct 24, 2019
spirit1431007 added a commit to spirit1431007/Sakura that referenced this issue Dec 25, 2019
* Update sakura-app.js

监听浏览器resize 需要加settimeout

* Update README.md

* Update issue templates

* Update ---bug.md

* update comment textarea style

* clean up app.js

* update to v3.2.0

* bug fix

* 自动加载

* 自动加载update

* Update to v3.2.1

* 除虫&实时搜索

* update style

* Rest API for cache-search

* Close issue mashirozx#103

* Close mashirozx#59

* 主题切换相关代码重构

* 简化代码

* Update to v3.2.4

* modify options description

* update floating trick

* Update header.php

* Grammer

* Update header.php

* optimize

* 首页特色图对齐方式可选

* fix

* Aplayer歌曲列表滑动出现

当Aplayer的侧边 ‘>’按钮被点击后,Aplayer整体滑出,然后歌曲列表缓慢滑出。比起直接出现,观感应该会好一些。

* 删除不小心添加的无用代码

删除不小心添加的无用代码

* update to v3.2.5

* Close mashirozx#73

* 代码块单行代码也高亮

* fix mashirozx#79

* bug fix & optimize

* fix mashirozx#89

* Update sakura-app.js

* update to v3.2.6

* fix mashirozx#116

* new feature: github cards

* 吸顶效果

* 展开/收缩效果

* 标题样式

* 二级菜单不换行

* lazyload options

* Update README.md

* fix toc of github-style

* fix mashirozx#119

* 恢复意外删除的代码

* Change Gravatar server to official

* fix mashirozx#120

* 评论回复邮件通知可选

* 管理员评论回复通知可选

* Multi language initial

* 忘改名了-_-

* Translation 1910302148

* Translation 201910311333

* Translation 201910311725

* Translation 201910312203

* Translation 201911010020

* fix github-style

* Translation 1911011510

* Translation 201911012106

* update .mo

* fix

* update to v3.2.8

* update README

* fix

* Chinese first

* fix search

* 修改title和页面提示不对应

* bug fix

* imgur upload support

* more image upload api

* update translate

* curl notice

* add nonce check for api

* Update api.php

* optimize

* translate

* support sidebar widget

* translate

* fix

* fix style

* fix style

* 侧栏样式

* 后台登陆界面

* 评论Markdown解析

* Markdown Supported while </> Forbidden

* update to v3.3.2

* fix

* add author

* translate

* disable get_sidebar()

* update post views

* fix image gallery

* change curl to wp_remote_post

* fix SM.MS upload

* remove curl notice

* close mashirozx#143

* fix

* rest api for random images

* update api

* fix comment @

* manifest.py

* manifest.py

* manifest.py

* manifest.py

* update api

* GUI for manifest tool

* update readme

* update readme

* update json

* update cover images

* fix auth

* add upload to wp

* qq info restfull api

* rm

* Update manifest.py

* Update api.php

* Update api.php

* fix sql error

* fix

* Update README.md

* translate

* encrypt QQ avatar link

* add key pairs

* add choices

* fix

* change encrypt method

* update

* fix mashirozx#151

* Update Readme

* update to v3.3.3

* fix sm.ms upload

* fetch manifest.json at backend

* fix BBCode image

* update manifest

* fix

* minimize lib.js

Co-authored-by: liang xiao <13938586+Laxse@users.noreply.github.com>
Co-authored-by: Mashiro <moezhx@outlook.com>
Co-authored-by: enjoyuruf <39794567+enjoyuruf@users.noreply.github.com>
Co-authored-by: yuanhca <1161638319@qq.com>
spirit1431007 added a commit to spirit1431007/Sakura that referenced this issue Dec 26, 2019
* remove personal info

* toc for pages

* fix motion

* fix

* fix

* Update README

* 添加要饭码

* Update README

* remove personal info

* fix comment rank bug

* Remove an useless tag...

* Update README

* PHP 7.2 supported

Fixed according to http://php.net/manual/zh/migration72.deprecated.php

* PHP 7.2 supported

* PHP version info

* Fix time difference issue

* Full support of PHP 7.2

* Player fixed mode support & some fix

* fix some little bug

* Some fix

* Update version info

* fix index.php and README.md encode.

* fix issue mashirozx#13 mashirozx#23

* Fix issue mashirozx#20

* Fix share plugin

* Fix share plugin & Abobe Typekit -> Google Fonts

* 添加登陆界面logo设置选项

添加设置选项

* 添加登陆界面logo设置选项

添加读取登录logo设置

* 添加登陆界面logo设置选项

登录外框居中调整;
顺带修复一处GBK编码到UTF8编码问题。

* Revert " 添加登陆界面logo设置选项"

* Fix issue mashirozx#28

* Hot fix

* Re-commit mashirozx#33

* close issue mashirozx#29 mashirozx#30

* Fix mashirozx#29

* Fix Google Analytics Tags

* Fix mashirozx#9

* Close issue mashirozx#9

* Close issue mashirozx#16

* 没感觉服务器负载有点重嘛

* Update decorate.php

* 2019.1.24 update v 3.1.1

* fix tocbot

* 修复sharejs编码问题

* Add entry content theme

* Update to v3.1.2

* remove comments tag

* Update README.md

* fix

* fix default theme & update to v3.1.3

* Update README.md

* update to v3.1.4

* bug fix

1311行,mb_substr是方法名,漏了''

* update v3.1.5

* bug fix

* Fix comment reply for wp-5.2 & update to v3.1.6

* fix

* fix

* fix

* fix registration

* fix registration

* Microsoft Edge Dev (Chromium) UA support

* Admin dashboard scheme

* Update to v3.1.7

* Update scheme

* Edit button for posts and comments

* fix for aplayer

* Not rely on WP-Statistics any more

* update readme

* update to v3.1.9

* remove wp_statistics from timeline

* fix

* enable oembed

* substitute [] with array()

* Update sakura-app.js

监听浏览器resize 需要加settimeout

* Update README.md

* Update issue templates

* Update ---bug.md

* update comment textarea style

* clean up app.js

* update to v3.2.0

* bug fix

* 自动加载

* 自动加载update

* Update to v3.2.1

* 除虫&实时搜索

* update style

* Rest API for cache-search

* Close issue mashirozx#103

* Close mashirozx#59

* 主题切换相关代码重构

* 简化代码

* Update to v3.2.4

* modify options description

* update floating trick

* Update header.php

* Grammer

* Update header.php

* optimize

* 首页特色图对齐方式可选

* fix

* Aplayer歌曲列表滑动出现

当Aplayer的侧边 ‘>’按钮被点击后,Aplayer整体滑出,然后歌曲列表缓慢滑出。比起直接出现,观感应该会好一些。

* 删除不小心添加的无用代码

删除不小心添加的无用代码

* update to v3.2.5

* Close mashirozx#73

* 代码块单行代码也高亮

* fix mashirozx#79

* bug fix & optimize

* fix mashirozx#89

* Update sakura-app.js

* update to v3.2.6

* fix mashirozx#116

* new feature: github cards

* 吸顶效果

* 展开/收缩效果

* 标题样式

* 二级菜单不换行

* lazyload options

* Update README.md

* fix toc of github-style

* fix mashirozx#119

* 恢复意外删除的代码

* Change Gravatar server to official

* fix mashirozx#120

* 评论回复邮件通知可选

* 管理员评论回复通知可选

* Multi language initial

* 忘改名了-_-

* Translation 1910302148

* Translation 201910311333

* Translation 201910311725

* Translation 201910312203

* Translation 201911010020

* fix github-style

* Translation 1911011510

* Translation 201911012106

* update .mo

* fix

* update to v3.2.8

* update README

* fix

* Chinese first

* fix search

* 修改title和页面提示不对应

* bug fix

* imgur upload support

* more image upload api

* update translate

* curl notice

* add nonce check for api

* Update api.php

* optimize

* translate

* support sidebar widget

* translate

* fix

* fix style

* fix style

* 侧栏样式

* 后台登陆界面

* 评论Markdown解析

* Markdown Supported while </> Forbidden

* update to v3.3.2

* fix

* add author

* translate

* disable get_sidebar()

* update post views

* fix image gallery

* change curl to wp_remote_post

* fix SM.MS upload

* remove curl notice

* close mashirozx#143

* fix

* rest api for random images

* update api

* fix comment @

* manifest.py

* manifest.py

* manifest.py

* manifest.py

* update api

* GUI for manifest tool

* update readme

* update readme

* update json

* update cover images

* fix auth

* add upload to wp

* qq info restfull api

* rm

* Update manifest.py

* Update api.php

* Update api.php

* fix sql error

* fix

* Update README.md

* translate

* encrypt QQ avatar link

* add key pairs

* add choices

* fix

* change encrypt method

* update

* fix mashirozx#151

* Update Readme

* update to v3.3.3

* fix sm.ms upload

* fetch manifest.json at backend

* fix BBCode image

* update manifest

* fix

* minimize lib.js

* bug fix

* update to v3.3.5

Co-authored-by: Mashiro <moezhx@outlook.com>
Co-authored-by: mlge <admin@mlge.xyz>
Co-authored-by: 青花鱼OvO <kot4ri@gmail.com>
Co-authored-by: Himehane <36065996+Himehane@users.noreply.github.com>
Co-authored-by: liang xiao <13938586+Laxse@users.noreply.github.com>
Co-authored-by: enjoyuruf <39794567+enjoyuruf@users.noreply.github.com>
Co-authored-by: yuanhca <1161638319@qq.com>
mashirozx pushed a commit that referenced this issue Jul 14, 2021
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.2 to 4.28.3.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.3/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants