Skip to content

Commit

Permalink
Merge pull request #499 from kanocence/main
Browse files Browse the repository at this point in the history
修复 config 页面样式
  • Loading branch information
MliKiowa authored Nov 7, 2024
2 parents 2a23820 + 40be6b9 commit 75bb1d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@
<link rel="stylesheet" href="./assets/webcomponents.css" />
<link rel="stylesheet" href="./assets/style.css" />
<link rel="stylesheet" href="./assets/color.css" />
<style>
body > div {
padding: 12px;

@media screen and (min-width: 900px) {
width: 900px;
margin: 0 auto;
}
}

ob-setting-select {
width: 210px;
}
</style>
<!-- 脚手架 -->
<!-- 渲染脚本 -->
<script>
Expand Down

0 comments on commit 75bb1d2

Please sign in to comment.