1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 18:49:24 -05:00

removed useless style

This commit is contained in:
fly_mc 2024-10-16 13:32:38 +08:00
parent c328883e0f
commit 295b678be3

View file

@ -147,12 +147,4 @@ const mock = inject<boolean>('mock', false);
margin-left: 0.2em;
}
}
.no-underline {
text-decoration: none;
}
.no-select {
user-select: none;
}
</style>