diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 22:08:54 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 22:08:54 -0400 | 
| commit | edfc9a8450d140ba1650b38e4b707000710b2faa (patch) | |
| tree | bbac61ecfa0491af13e086517c5c3ff25ff594b0 /ufund-ui/src | |
| parent | b578584a1208178100bf90e8b06971772c7fc00f (diff) | |
| download | JellySolutions-edfc9a8450d140ba1650b38e4b707000710b2faa.tar.gz JellySolutions-edfc9a8450d140ba1650b38e4b707000710b2faa.tar.bz2 JellySolutions-edfc9a8450d140ba1650b38e4b707000710b2faa.zip  | |
Fix button alignment on chrome
Diffstat (limited to '')
| -rw-r--r-- | ufund-ui/src/styles.css | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index d623726..527408a 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -44,6 +44,7 @@ button, input[type=button], input[type=reset], input[type=submit], .button {      gap: 5px;      text-align: center;      justify-content: center; +    align-items: center;      &:hover {          background-color: light-dark(#e1e1e1, #444444);  | 
