diff --git a/web/static/css/style.css b/web/static/css/style.css index b6776b5..aa039b5 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -593,13 +593,52 @@ li.highlight { margin-bottom: 0 !important; } -@media only screen and (max-width: 768px) { +.button-row { + display: flex; +} + +.button-row > div { + margin: 2px; +} + +.button-row .button-row-reminder { + flex-grow: 0; +} + +.button-row-template { + display: flex; + flex-grow: 1; + justify-content: space-between; +} + +@media only screen and (max-width: 1408px) { .button-row { display: flex; flex-direction: column; } - .button-row > button { + .button-row .button-row-reminder { + width: 100%; + margin: 4px; + } + + .button-row .button-row-template button { + flex-basis: 0; + flex-grow: 1; + } + + .button-row-reminder button { + width: 100%; + } +} + +@media only screen and (max-width: 768px) { + .button-row-edit { + display: flex; + flex-direction: column; + } + + .button-row-edit > button { width: 100%; margin: 4px; } diff --git a/web/templates/reminder_dashboard/guild_reminder.html.tera b/web/templates/reminder_dashboard/guild_reminder.html.tera index 2aae814..29b1c92 100644 --- a/web/templates/reminder_dashboard/guild_reminder.html.tera +++ b/web/templates/reminder_dashboard/guild_reminder.html.tera @@ -234,19 +234,24 @@ -
- - {% if creating %} - - - - {% else %} + {% if creating %} +
+
+ +
+
+ + +
+
+ {% else %} +
@@ -255,11 +260,8 @@ - - - - {% endif %} -
+
+ {% endif %}