mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix svg size
This commit is contained in:
parent
0b11c2cdb7
commit
f21ff921c9
@ -56,5 +56,9 @@ export default Vue.extend({
|
||||
.tag-ring {
|
||||
display: flex;
|
||||
transform: scaleX(-1) rotate(-90deg);
|
||||
svg {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user