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