Make Properties panel radio buttons full width

This commit is contained in:
Keavon Chambers 2022-12-22 17:55:39 -08:00
parent af001f8db6
commit efd4da616d
2 changed files with 5 additions and 0 deletions

View File

@ -107,6 +107,10 @@
> .text-button {
flex-grow: 1;
}
> .radio-input button {
flex: 1 1 100%;
}
}
}
}

View File

@ -26,6 +26,7 @@
border: none;
display: flex;
align-items: center;
justify-content: center;
&:hover {
background: var(--color-6-lowergray);