Fix svg size

This commit is contained in:
the1812 2021-11-06 16:04:43 +08:00
parent 0b11c2cdb7
commit f21ff921c9

View File

@ -56,5 +56,9 @@ export default Vue.extend({
.tag-ring {
display: flex;
transform: scaleX(-1) rotate(-90deg);
svg {
height: 18px;
width: 18px;
}
}
</style>