diff --git a/css/app.css b/css/app.css index 1bb2cec..5d3c796 100644 --- a/css/app.css +++ b/css/app.css @@ -21,38 +21,13 @@ body { } .side-button-right { - /*position: fixed;*/ - /*right: 30px;*/ - - /*height: 60px;*/ - /*width: 60px;*/ - font-size: 1.7em; } .add-tracker-button { - /*position: fixed;*/ - /*left: 30px;*/ - /*bottom: 30px;*/ - - /*height: 60px;*/ - /*width: 60px;*/ - font-size: 1.7em; } -.first-button { - /*bottom: 30px;*/ -} - -.second-button { - /*bottom: 110px;*/ -} - -.third-button { - /*bottom: 190px;*/ -} - .navbar-brand { width: 100%; } @@ -125,19 +100,27 @@ nav, .card { margin-left: 5%; } -#bottom-menu { +#left-menu { position: fixed; - bottom: 0; - width: 100%; + top: 0; + left: 0; + height: 100%; + width: 90px; + align-content: center; background-color: #bdbdbd; - height: 90px; - border-top: 1px solid grey; + border-right: 1px solid grey; padding: 0; } +#content { + margin-left: 90px; + max-width: 85vw; +} + .bottom-menu-item { width: 100%; + margin-bottom: 1em; } .btn-switcher { diff --git a/index.html b/index.html index 63d0356..f0ee5ed 100644 --- a/index.html +++ b/index.html @@ -15,26 +15,27 @@
-
+ +
- + + + + + + + + + + + + + + + + +
@@ -762,7 +763,8 @@
-
+ +
@@ -776,7 +778,7 @@
-
+ -
+ -
+ -
+ -
+ -
+