Skip to content

Commit

Permalink
optimized layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Uyanide committed Aug 17, 2024
1 parent eb9e3ca commit c8c40c6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/classes.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
text-decoration: none;
}

.borferNone {
.borderNone {
border: none;
}

Expand Down
24 changes: 11 additions & 13 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,11 @@ <h2 class="fontLarge">显形图片列表</h2>

<div class="PageContainer displayFlex flexColumn justifyCenter alignCenter refWidthHigh paddingHigh marginTopHigh">

<div class="TitleContainer displayFlex flexRow justifyCenter alignCenter refWidthFull gapLow">
<button
class="PageSwitchButton paddingHigh refWidthFull borderNone borderRadiusOnlyTop fontMedium transformSecondary borderSolidNone frontColor"
id="decodeButton"><b>显形</b></button>
<button
class="PageSwitchButton paddingHigh refWidthFull borderNone borderRadiusOnlyTop fontMedium transformSecondary borderSolidNone frontColor"
id="encodeButton"><b>制作</b></button>
<div class="TitleContainer displayFlex justifySpaceBetween alignCenter flexRow gapLow refWidthFull">
<div class="PageSwitchButton paddingHigh refWidthFull borderRadiusOnlyTop fontMedium transformSecondary frontColor borderNone textAlignCenter"
id="decodeButton"><b>显形</b></div>
<div class="PageSwitchButton paddingHigh refWidthFull borderRadiusOnlyTop fontMedium transformSecondary frontColor borderNone textAlignCenter"
id="encodeButton"><b>制作</b></div>
</div>

<div class="DisplayArea backgroundSecondary frontColor borderRadiusOnlyBottom displayNone justifyCenter alignCenter flexColumn refWidthFull positionRelative"
Expand Down Expand Up @@ -305,9 +303,9 @@ <h2 class="fontLarge">显形图片列表</h2>
<a class="frontLinkColor marginTopMedium fontSmall transformSize"
href="https://github.com/Uyanide/Mirage_Decode?tab=readme-ov-file#qa" target="_blank">常见问题Q&A</a>

<div id="privacyButton" class="marginTopLow">
<button id="togglePrivacyPolicy"
class="frontLinkColor backgroundPrimary borderSolidNone fontSmall transformSize">显示使用须知</button>
<div id="togglePrivacyPolicy"
class="marginTopMedium frontLinkColor backgroundPrimary borderNone fontSmall transformSize borderSolidNone">
显示使用须知
</div>

<div id="privacyPolicy"
Expand All @@ -318,9 +316,9 @@ <h2 class="fontLarge">显形图片列表</h2>
Analytics的隐私政策</a></p>
</div>

<div id="versionRecordButton" class="marginTopLow">
<button id="toggleVersionRecord"
class="frontLinkColor backgroundPrimary fontSmall transformSize borderSolidNone">显示主要更新记录</button>
<div id="toggleVersionRecord"
class="marginTopMedium frontLinkColor backgroundPrimary borderNone fontSmall transformSize borderSolidNone">
显示主要更新记录
</div>

<div id="versionRecord" class="marginTopMedium marginBottomMedium widthLimit">
Expand Down

0 comments on commit c8c40c6

Please sign in to comment.