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

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

View File

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

View File

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