修复社交信息与文字故障的冲突

This commit is contained in:
FuckAnyProblem 2022-11-17 23:35:20 +08:00
parent 237f6daf45
commit 62b61420a3
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,6 @@
background-position: center center;background-attachment: inherit;
</#if>
">
<#-- <#if settings.focus_infos!true> -->
<div class="focusinfo">
<#if settings.focus_tou == "avatar">
<#if user.avatar??>
@ -22,6 +21,7 @@
<h1 class="center-text glitch" data-text="${settings.glitch_text}">${settings.glitch_text}</h1>
</#if>
</#if>
<#if settings.focus_infos!true>
<div class="header-info no-select
<#if user.description?default("")?trim?length gt 1>
info-desc"><p><i class="fa fa-quote-left"></i><span class="desc">${user.description}</span><i class="fa fa-quote-right"></i></p>
@ -166,6 +166,6 @@
</li>
</div>
</div>
</#if>
</div>
<#-- </#if> -->
</figure>

View File

@ -362,7 +362,7 @@ focus:
label: 是否开启聚焦
type: radio
data-type: bool
default: false
default: true
options:
- value: true
label: 开启
@ -1947,7 +1947,7 @@ others:
label: 资源使用 CDN
type: radio
data-type: bool
default: false
default: true
options:
- value: true
label: 开启

View File

@ -3698,7 +3698,7 @@ li.feature-2 {
.focusinfo {
position: relative;
/* max-width: 800px; */
max-width: 800px;
padding: 0 10px;
top: 49.3%;
left: 50%;