feature: A little less padding on button wrapper

This commit is contained in:
Dominic Harris 2022-03-28 13:48:11 -04:00
parent f2eb61fa0e
commit f3e135df46
No known key found for this signature in database
GPG Key ID: 93CCF85F3E2A4F65
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ textarea {
position: fixed !important;
top: 0;
right: 0;
padding: 1rem 1rem 0.5rem 1rem;
padding: .7rem .7rem 0.5rem .7rem;
background-color: $bg_surface;
border-bottom-left-radius: 10px;
z-index: 10;