fix border-radius of folder

This commit is contained in:
Freeplay 2023-05-15 22:39:05 -04:00
parent 3fde459b6e
commit 86f1d104c4
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,8 @@ defineProps<{
<style lang="scss" scoped>
.dwzlatin {
display: block;
overflow: clip;
border-radius: 6px;
> .header {
display: flex;
@ -34,7 +36,6 @@ defineProps<{
box-sizing: border-box;
padding: 12px 14px 12px 14px;
background: var(--buttonBg);
border-radius: 6px;
&:hover {
text-decoration: none;