summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/main.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 5f43ab6..3d7ecc9 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -99,6 +99,10 @@ body {
justify-content: center;
}
+#list-container #search {
+ display: flex;
+}
+
/* Login */
#login-container {
@@ -137,10 +141,8 @@ body {
/* Error */
#error-container {
+ width: 100%;
display: flex;
justify-content: center;
-}
-
-#error-container > .ui.message {
margin-top: 20vh;
}