aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-07 11:56:14 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-07 11:56:14 +0100
commitcf972e968cd1e059c4a7a05a9a3d42f3da05414b (patch)
tree2d7d9ee5408397f1ac5d36fa98943158d5a105c4 /src/App.scss
parentacc439f26684d3d188542e904190532ac781c936 (diff)
parent83e7add2c7cd3d7b878c82ffb86e09479bff3500 (diff)
Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/App.scss b/src/App.scss
index 4856f990..2850867d 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -2,12 +2,13 @@ $main-color: #f58d2c;
$main-background: white;
$darkened-background: whitesmoke;
-body {
+#app {
background-color: $main-color;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 0 50px;
+ min-height: 100vh;
}
h4 {
@@ -197,27 +198,6 @@ status.ng-enter.ng-enter-active {
cursor: pointer;
}
-nav-panel ul {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-
-nav-panel li {
- border-bottom: 1px solid silver;
- padding: 0.5em;
- padding-left: 1em;
-}
-
-nav-panel li:last-child {
- border: none;
-}
-
-nav-panel a {
- display: block;
- width: 100%;
-}
-
.status-el p {
margin: 0;
margin-top: 0.2em;
@@ -279,11 +259,6 @@ attention {
display: flex;
padding: 0.5em;
- media-upload {
- font-size: 26px;
- flex: 1;
- }
-
button {
flex: 2;
}