Skip to content

Commit ee95da5

Browse files
committed
Update.
1 parent f32dafa commit ee95da5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

resource/static/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
.ui.card>.content>.header:not(.ui),
149149
.ui.cards>.card>.content>.header:not(.ui) {
150-
margin-top: 0.1em !important;
150+
/*margin-top: 0.1em !important;*/
151151
margin-bottom: -0.2em !important;
152152
}
153153

@@ -845,7 +845,7 @@ i.note.icon {
845845
}
846846

847847
.ui.grid {
848-
margin-bottom: -0.5rem!important;
848+
margin-bottom: -0.3rem!important;
849849
}
850850

851851
.status.cards .outline.icon {

resource/template/common/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css?v20220423">
2121
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-logos/0.17/font-logos.min.css" rel="stylesheet">
2222
<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">
23-
<link rel="stylesheet" type="text/css" href="/static/main.css?v2025051118">
23+
<link rel="stylesheet" type="text/css" href="/static/main.css?v20250512">
2424
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20220602"/>
2525
</head>
2626
{{if ts .CustomCodeDashboard}} {{.CustomCodeDashboard|safe}} {{end}}

resource/template/theme-default/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link rel="stylesheet" type="text/css" href="/static/fontawesome.min.css?v2025032723">
2222
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-logos/0.17/font-logos.min.css" rel="stylesheet">
2323
<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">
24-
<link rel="stylesheet" type="text/css" href="/static/main.css?v2025051118">
24+
<link rel="stylesheet" type="text/css" href="/static/main.css?v20250512">
2525
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
2626
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.js"></script>
2727
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.14/vue.min.js"></script>

0 commit comments

Comments
 (0)