diff --git a/src/index.html b/src/index.html index 4fb666b..601dccd 100644 --- a/src/index.html +++ b/src/index.html @@ -74,14 +74,12 @@ -
+
or... @@ -91,7 +89,7 @@ - Load Previous + Load Previous
diff --git a/src/scss/index.scss b/src/scss/index.scss index 7f2bc01..0a3664a 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -39,6 +39,12 @@ th, td { font-weight: inherit; } +@include media-breakpoint-up(lg) { + #no-file-loaded-controls button { + min-width: 200px; + } +} + @include media-breakpoint-down(lg) { /* Remove padding from container, but keep it on stuff that isn't @@ -49,14 +55,14 @@ th, td { padding-right: 0px; } - #file-loaded-controls { - padding: 0.25rem; - } - #no-file-loaded-controls { max-width: 200px; } + #file-loaded-controls { + padding: 0.25rem; + } + /* Chat Display table stuff */ #chat-display table { table-layout: fixed;