improve svgloader

This commit is contained in:
grimhilt
2023-05-17 17:44:55 +02:00
parent 4ecd723cec
commit 737a22e1f8
4 changed files with 55 additions and 55 deletions

View File

@@ -144,16 +144,4 @@ const deleteRemoteOnly = () => {
justify-content: center;
align-items: center;
}
.button {
border: solid 1px;
border-radius: 6px;
display: initial;
padding: 1px 5px;
cursor: pointer;
&:hover {
background-color: var(--selected);
}
}
</style>