whoopsie daisey

This commit is contained in:
RossAscends 2024-09-30 22:00:38 +09:00
parent da161b9628
commit 8cb4aa6a49
2 changed files with 4 additions and 13 deletions

View File

@ -5941,8 +5941,7 @@
</div>
<div class="mes_bias"></div>
</div>
<div class="flex-container swipeRightBlock flexFlowColumn flexNoGap">
<div class="swipe_right fa-solid fa-chevron-right" style="display: none;"></div>
<div class="swipe_right fa-solid fa-chevron-right" style="display: none;">
<div class="swipes-counter"></div>
</div>
</div>

View File

@ -981,19 +981,11 @@ body .panelControlBar {
font-size: 30px;
cursor: pointer;
align-self: center;
}
.swipe_left{
position: absolute;
position: absolute;
bottom: 15px;
flex-flow: column;
}
.swipeRightBlock {
position: absolute;
right: 0;
bottom: 0;
}
.swipes-counter {
color: var(--SmartThemeBodyColor);