0
0
Fork 0

Remove corner rounding on insert

This commit is contained in:
Oliver-Akins 2021-03-20 16:32:05 -06:00
parent ff03846a14
commit 459e9f5df5

View file

@ -62,7 +62,6 @@ export default {
#PastQuestions {
background-color: var(--board-background-alt);
color: var(--board-background-alt-text);
border-radius: 20px 0 0 20px;
height: calc(100% - 10px);
flex-direction: column;
padding-bottom: 10px;