Skip to content
Snippets Groups Projects
Commit 156c91da authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix the safari rendering of the sound editor

parent 1c7ad74e
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ $border-radius: 0.25rem; ...@@ -49,7 +49,7 @@ $border-radius: 0.25rem;
transition: 0.2s; transition: 0.2s;
} }
.button img { .button > img {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
...@@ -62,6 +62,10 @@ $border-radius: 0.25rem; ...@@ -62,6 +62,10 @@ $border-radius: 0.25rem;
padding-right: 10px; /* To equalize with empty whitespace from image on left */ padding-right: 10px; /* To equalize with empty whitespace from image on left */
} }
.trim-button > img {
width: 1.5rem;
}
.trim-button-active { .trim-button-active {
filter: hue-rotate(155deg); /* @todo replace blue -> red with real submit icon */ filter: hue-rotate(155deg); /* @todo replace blue -> red with real submit icon */
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment