Chg: チャンネルの間隔 / Fix: チャンネル再読み込み時にスピナーが中央に位置しない問題
This commit is contained in:
@@ -48,7 +48,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="channels">
|
<div
|
||||||
|
class="channels"
|
||||||
|
:class='isChannelsLoading
|
||||||
|
? "isLoading"
|
||||||
|
: ""'
|
||||||
|
>
|
||||||
<Progress
|
<Progress
|
||||||
v-if="isChannelsLoading"
|
v-if="isChannelsLoading"
|
||||||
class="processing-progress"
|
class="processing-progress"
|
||||||
@@ -192,12 +197,16 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
gap: 1rem;
|
gap: 0.5rem;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
padding: 1rem 1rem 0 1rem;
|
padding: 1rem 1rem 0 1rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.channels.isLoading {
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.channels a {
|
.channels a {
|
||||||
display: flex;
|
display: flex;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user