made delete button visible on mobile screens

This commit is contained in:
cnachtigall1991
2021-10-16 13:40:46 +02:00
parent f306b07f3e
commit ee61bf10ed

View File

@@ -178,6 +178,15 @@ export default {
width: 30px;
height: 30px;
}
.delete {
display: initial;
position: absolute;
font-size: 1rem;
top: 5px;
right: 5px;
color: maroon;
}
}
}
}