fix button layout in post form

This commit is contained in:
Anthial 2023-07-30 17:35:11 +02:00 committed by Iceshrimp development
parent 5701946511
commit 5f9ca4b110

View File

@ -1255,8 +1255,8 @@ onMounted(() => {
padding: 0;
margin: 0;
font-size: 16px;
width: 48px;
height: 48px;
width: 40px;
height: 40px;
border-radius: 6px;
&:hover {
@ -1316,8 +1316,8 @@ onMounted(() => {
> footer {
> button {
font-size: 14px;
width: 44px;
height: 44px;
width: 40px;
height: 40px;
}
}
}