Skip to content

Commit

Permalink
#135 linux 自绘窗口布局修正
Browse files Browse the repository at this point in the history
(此合并将会在下个版本发布时打包)
:bug: 对 linux 下自绘窗口布局的修正
  • Loading branch information
Stapxs authored Oct 29, 2024
2 parents e8b0704 + 951dbdc commit 6689d6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stapxs-qq-lite",
"version": "2.9.2",
"version": "2.9.3",
"private": false,
"author": "Stapx Steve [林槐]",
"description": "一个兼容 OneBot 的非官方网页版 QQ 客户端,使用 Vue 重制的全新版本。",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/append/append_linux.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@

@media (max-width: 500px) {
.friend-list>div:first-child {
margin: 80px 15px 0 10px !important;
margin: 80px 15px 0 0px !important;
}
}
6 changes: 6 additions & 0 deletions src/assets/css/append/append_new.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
html, body {
background: none;
}
.viewer {
margin-top: 10px
}
.ss-button {
height: 35px;
font-size: 0.8rem;
Expand Down

0 comments on commit 6689d6f

Please sign in to comment.