diff options
author | Ernst Widerberg <ernstwi@kth.se> | 2021-10-21 09:13:24 +0200 |
---|---|---|
committer | Ernst Widerberg <ernstwi@kth.se> | 2021-10-21 09:13:24 +0200 |
commit | 0b3ffae0a3609f53828e17962b7788acc9eb2932 (patch) | |
tree | 2e9058308cfdd1d2a532dbf9713c40e796747df5 /src/styles | |
parent | ba1d8adae550cbbb5322b1f7ec79a58deeda6371 (diff) |
Switch semantic-ui to material-ui
TODO: Login component
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/main.css | 8 |
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; } |