File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed
Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,9 @@ import { colorTheme } from './globals'
1212 <div class="v2p-footer">
1313 <div class="v2p-footer-text">扩展自 V2EX Polish </div>
1414
15- <div class="v2p-footer-link">
16- <span>
17- <a href="https://v2p.app" target="_blank">插件主页</a>
18- </span>
19- <span>
20- <a href="https://github.com/coolpace/V2EX_Polish/discussions/1" target="_blank">问题反馈</a>
21- </span>
15+ <div class="v2p-footer-links">
16+ <a class="v2p-footer-link v2p-hover-btn" href="https://v2p.app" target="_blank">插件主页</a>
17+ <a class="v2p-footer-link v2p-hover-btn" href="https://github.com/coolpace/V2EX_Polish/discussions/1" target="_blank">问题反馈</a>
2218 </div>
2319
2420 <div class="v2p-footer-brand">
Original file line number Diff line number Diff line change @@ -539,15 +539,15 @@ body {
539539 color : var (--v2p-color-font-secondary );
540540 }
541541
542- .v2p-footer-link {
542+ .v2p-footer-links {
543543 display : inline-flex ;
544544 gap : 0 8px ;
545545 align-items : center ;
546+ }
546547
547- > span > a {
548- padding : 2px 5px ;
549- color : currentColor ;
550- }
548+ .v2p-footer-link {
549+ padding : 4px 5px ;
550+ color : currentColor ;
551551 }
552552
553553 .v2p-footer-brand {
Original file line number Diff line number Diff line change 9494 .box {
9595 background-color : var (--v2p-color-bg-content );
9696 border : none ;
97- border-radius : 8 px ;
97+ border-radius : 10 px ;
9898 box-shadow : var (--v2p-box-shadow );
9999
100100 .header {
You can’t perform that action at this time.
0 commit comments