Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Mar 5, 2024
1 parent 978b37c commit f3bce4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
12 changes: 4 additions & 8 deletions resource/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@

.ui.card>.content>.header_info,
.ui.cards>.card>.content>.header_info {
font-size: 1rem !important;
line-height: 1rem !important;
margin-top: .3rem !important;
padding-right: .38rem !important;
padding-top: 2px;
display: flex;
color: rgba(0, 0, 0, .85);
color: rgb(0 0 0 / 60%);
align-items: center;
padding-bottom: .3em;
border-bottom: 1px solid rgba(34, 36, 38, 0.15) !important;
Expand All @@ -59,13 +56,12 @@
.ui.card>.content>.header:not(.ui),
.ui.cards>.card>.content>.header:not(.ui) {
margin-top: 0.1em !important;
margin-bottom: -0.4em !important;
margin-bottom: -0.2em !important;
}

.header_info i {
margin-top: .25rem;
margin-right: .3rem;
margin-left: .3rem;
margin-right: .2rem;
margin-left: .2rem;
}

.cpucontent {
Expand Down
2 changes: 1 addition & 1 deletion resource/template/common/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="stylesheet" type="text/css" href="static/semantic-ui-alerts.min.css?v20220423">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-logos/0.17/font-logos.min.css" rel="stylesheet">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/flag-icon-css/4.1.5/css/flag-icons.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="static/main.css?v20240304">
<link rel="stylesheet" type="text/css" href="static/main.css?v20240305">
<link rel="shortcut icon" type="image/png" href="static/logo.svg?v20220602"/>
</head>
<body id="bg">
Expand Down
2 changes: 1 addition & 1 deletion resource/template/theme-default/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" type="text/css" href="static/fontawesome.min.css">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-logos/0.17/font-logos.min.css" rel="stylesheet">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/flag-icon-css/4.1.5/css/flag-icons.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="static/main.css?v20240304">
<link rel="stylesheet" type="text/css" href="static/main.css?v20240305">
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.js"></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.14/vue.min.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions resource/template/theme-default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<div class="cpucontent rollanimation">
@#clearString(server.Host.CPU)#@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</div>
<!--<div class="cpucontent rollanimation">-->
<!-- @#clearString(server.Host.CPU)#@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-->
<!--</div>-->
<div class="cpucontent rollanimation">
@#clearString(server.Host.CPU)#@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</div>
</div>
<i class="fa-solid fa-memory"></i>
@#getK2Gb(server.Host.MemTotal)#@
Expand Down

0 comments on commit f3bce4b

Please sign in to comment.