mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Use a fixed height for the image upload and delete buttons because the aspect ratio was behaving strangely on mobile
This commit is contained in:
parent
33cb7434ff
commit
c0e1673b14
1 changed files with 2 additions and 2 deletions
2
resources/assets/sass/dashboard.scss
vendored
2
resources/assets/sass/dashboard.scss
vendored
|
@ -836,9 +836,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-upload-button, .image-delete-button {
|
.image-upload-button, .image-delete-button {
|
||||||
@include aspect-ratio(1, 1);
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
border: 1px solid darken($c-dashboard-light, 14%);
|
border: 1px solid darken($c-dashboard-light, 14%);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue