修复富文本居中图片后内容页还是靠左
This commit is contained in:
@@ -47,7 +47,6 @@ function updateContent() {
|
|||||||
<style>
|
<style>
|
||||||
:host {
|
:host {
|
||||||
all: initial;
|
all: initial;
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'HarmonyOS', -apple-system, BlinkMacSystemFont,
|
font-family: 'HarmonyOS', -apple-system, BlinkMacSystemFont,
|
||||||
@@ -67,7 +66,6 @@ function updateContent() {
|
|||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*:not(p) {
|
*:not(p) {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
mail-worker/dist/index.html
vendored
4
mail-worker/dist/index.html
vendored
@@ -6,8 +6,8 @@
|
|||||||
<title></title>
|
<title></title>
|
||||||
<link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml">
|
<link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml">
|
||||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
||||||
<script type="module" crossorigin src="/assets/index-DXjg2kt1.js"></script>
|
<script type="module" crossorigin src="/assets/index-DrpZkhSk.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-CrHtnvBh.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-C0H8Chfa.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="loading-first">
|
<div id="loading-first">
|
||||||
|
|||||||
Reference in New Issue
Block a user