summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-05 15:03:13 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-05 15:04:12 +0200
commitba825eb101f8ca1cbf5de7a87c6c2995a0d687a5 (patch)
tree049b6d2cc7d4517f763b357ba29feb2a6cc2e578 /public/assets
parent0db903f139aa2eb91308f99bb3be3619c2d9b217 (diff)
du command
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/css/css.css29
1 files changed, 17 insertions, 12 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css
index ba51bea..6925014 100644
--- a/public/assets/css/css.css
+++ b/public/assets/css/css.css
@@ -69,6 +69,9 @@ section {
display: flex;
flex-direction: row;
}
+.row.middle {
+ align-items: center;
+}
.column {
display: flex;
flex-direction: column;
@@ -88,24 +91,23 @@ section {
.app {
display: flex;
flex-direction: column;
- padding-bottom: 50px;
-}
-.app.centered {
- align-items: center;
- justify-content: center;
-}
-.app.top {
align-self: flex-start;
- min-height: 100vh;
- overflow: auto;
-}
-.app.left {
width: 92vw;
- height: 100vh;
max-width: 1000px;
+ min-height: 100vh;
padding-top: 40px;
+ padding-bottom: 50px;
overflow: auto;
}
+.app.centered {
+ align-items: center;
+ justify-content: center;
+ width: auto;
+ max-width: auto;
+ min-height: auto;
+ padding-top: auto;
+ padding-bottom: auto;
+}
.player {
width: 100%;
@@ -159,6 +161,9 @@ section {
align-items: center;
justify-content: space-between;
}
+.heading.middle > * {
+ margin-right: 10px;
+}
.paramGroup > label {
display: flex;
flex-direction: row;