mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 03:17:38 -07:00
fix button layout in post form
This commit is contained in:
parent
5701946511
commit
5f9ca4b110
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue