Update channel.scss

This commit is contained in:
N-Pex 2024-12-09 13:45:50 +01:00
parent d44a77717d
commit d7a28f511b

View file

@ -202,13 +202,18 @@
line-clamp: 2; line-clamp: 2;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
} }
svg, .v-icon { .v-icon {
position: absolute; position: absolute;
top: 12px; top: 12px;
left: 12px; left: 12px;
width: 56px; width: 56px;
height: 56px; height: 56px;
} }
svg {
position: absolute;
width: 56px;
height: 56px;
}
&::after { &::after {
content: " "; content: " ";
background: url("~@/assets/icons/ic_export.svg") no-repeat; background: url("~@/assets/icons/ic_export.svg") no-repeat;