From 5dddae5d02c0c891b48652eee914b09331fdbd0d Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 20 Jul 2019 22:23:17 -0400 Subject: [PATCH] Fixed: Mass Editor not showing delete button on narrow screens --- frontend/src/Artist/Editor/ArtistEditorFooter.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/Artist/Editor/ArtistEditorFooter.css b/frontend/src/Artist/Editor/ArtistEditorFooter.css index fcfe5cde4..3785f88d3 100644 --- a/frontend/src/Artist/Editor/ArtistEditorFooter.css +++ b/frontend/src/Artist/Editor/ArtistEditorFooter.css @@ -34,6 +34,19 @@ height: 35px; } +@media only screen and (max-width: $breakpointExtraLarge) { + .deleteSelectedButton { + margin-left: 0; + } +} + +@media only screen and (max-width: $breakpointLarge) { + .buttonContainer { + justify-content: flex-start; + margin-top: 10px; + } +} + @media only screen and (max-width: $breakpointSmall) { .inputContainer { margin-right: 0;