Skip to content

Commit

Permalink
调整样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Codennnn committed Apr 5, 2023
1 parent 5deb241 commit 28b3ac7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
10 changes: 3 additions & 7 deletions src/contents/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ import { colorTheme } from './globals'
<div class="v2p-footer">
<div class="v2p-footer-text">扩展自 V2EX Polish </div>
<div class="v2p-footer-link">
<span>
<a href="https://v2p.app" target="_blank">插件主页</a>
</span>
<span>
<a href="/~https://github.com/coolpace/V2EX_Polish/discussions/1" target="_blank">问题反馈</a>
</span>
<div class="v2p-footer-links">
<a class="v2p-footer-link v2p-hover-btn" href="https://v2p.app" target="_blank">插件主页</a>
<a class="v2p-footer-link v2p-hover-btn" href="/~https://github.com/coolpace/V2EX_Polish/discussions/1" target="_blank">问题反馈</a>
</div>
<div class="v2p-footer-brand">
Expand Down
10 changes: 5 additions & 5 deletions src/styles/v2ex-effect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -539,15 +539,15 @@ body {
color: var(--v2p-color-font-secondary);
}

.v2p-footer-link {
.v2p-footer-links {
display: inline-flex;
gap: 0 8px;
align-items: center;
}

> span > a {
padding: 2px 5px;
color: currentColor;
}
.v2p-footer-link {
padding: 4px 5px;
color: currentColor;
}

.v2p-footer-brand {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/v2ex-theme-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ body {
.box {
background-color: var(--v2p-color-bg-content);
border: none;
border-radius: 8px;
border-radius: 10px;
box-shadow: var(--v2p-box-shadow);

.header {
Expand Down

0 comments on commit 28b3ac7

Please sign in to comment.