mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -05:00
🔥 chore: clean code
This commit is contained in:
parent
cb207580cf
commit
d896a01883
@ -78,15 +78,6 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.service-status .round>i {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border-radius: .5rem;
|
||||
display: inline-block;
|
||||
margin-right: .3rem;
|
||||
background-color: slategray;
|
||||
}
|
||||
|
||||
.service-status .danger.button {
|
||||
background-color: crimson;
|
||||
}
|
||||
@ -109,24 +100,4 @@
|
||||
|
||||
.service-status .warning>i {
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
.service-status .three.column p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.service-status .three.column p:last-child {
|
||||
float: right;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.service-status .eleven.column {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.service-status .eleven.column>.ui.button {
|
||||
width: 8px !important;
|
||||
padding: unset !important;
|
||||
margin-top: unset !important;
|
||||
margin-bottom: unset !important;
|
||||
}
|
@ -9,7 +9,7 @@
|
||||
<title>{{.Title}}</title>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/main.css?v202101160044">
|
||||
<link rel="stylesheet" type="text/css" href="/static/main.css?v202101161524">
|
||||
<link rel="shortcut icon" type="image/png" href="/static/logo.png" />
|
||||
</head>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
|
||||
<link rel="stylesheet" href="/static/theme-hotaru/css/core.css?v202012121912" type="text/css">
|
||||
<link rel="stylesheet" href="/static/theme-hotaru/css/main.css?v202012252026" type="text/css">
|
||||
<link rel="stylesheet" href="/static/theme-hotaru/css/main.css?v202101161524" type="text/css">
|
||||
<link rel="stylesheet" href="/static/theme-hotaru/css/darkmode.css?v202012121912" type="text/css">
|
||||
{{if ts .CustomCode}}
|
||||
{{.CustomCode|safe}}
|
||||
|
Loading…
Reference in New Issue
Block a user