mirror of https://github.com/Kylart/KawAnime.git
Fix display problem on releases
This commit is contained in:
parent
b9ce9e5a6b
commit
5fc402eaf2
|
@ -32,7 +32,7 @@
|
|||
v-card.elem-content.elevation-3(v-ripple='true')
|
||||
v-card-text.elem-card
|
||||
v-container.pa-0(fluid)
|
||||
v-layout(row, wrap)
|
||||
v-layout.elem-card-layout(row, wrap)
|
||||
v-flex.elem-title.pa-0(xs9)
|
||||
v-tooltip(top)
|
||||
h6.white--text(slot='activator') {{ item.rawName }}
|
||||
|
@ -229,6 +229,11 @@
|
|||
padding: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.elem-card-layout
|
||||
{
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
.elem-title h6
|
||||
{
|
||||
padding-left: 10px;
|
||||
|
|
Loading…
Reference in New Issue