mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复写邮件按钮位置靠右
This commit is contained in:
@@ -351,7 +351,7 @@ function formatName(email) {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
gap: 10px;
|
||||
grid-template-columns: 1fr auto auto;
|
||||
grid-template-columns: auto auto 1fr;
|
||||
}
|
||||
|
||||
.header.not-send {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -7,8 +7,8 @@
|
||||
<link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
|
||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
||||
<script type="module" crossorigin src="/assets/index-B5E7LhwJ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Bhyg3tQ_.css">
|
||||
<script type="module" crossorigin src="/assets/index-BWO6kBue.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-IV79mZ40.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="loading-first">
|
||||
|
||||
Reference in New Issue
Block a user