aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-06-01 11:50:00 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-06-01 11:50:00 -0400
commitb92be6a7efcf84a7dc076c9ca2f97d87180cd893 (patch)
treefa7ba1196f6090b9516cccb715025fb334ee1d1d /src/App.scss
parent934bbd16f196d362ac127f7a44059f9d9a0c1a0b (diff)
parentc149330e50fd54ba875c430c4854c9ced0c86b10 (diff)
Merge branch 'feature/status-improvement-cleanup' into 'develop'
Status improvements and cleanup See merge request !83
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/App.scss b/src/App.scss
index 0a7e1ce5..3db81537 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -134,11 +134,6 @@ main-router {
background-color: rgba(0,0,0,0.1);
}
-.media-body {
- flex: 1;
- padding-left: 0.5em;
-}
-
.container > * {
min-width: 0px;
}
@@ -147,60 +142,6 @@ main-router {
color: grey;
}
-.status-actions {
- width: 50%;
- display: flex;
-
- div, favorite-button {
- flex: 1;
- }
-}
-
-status-text-container {
- display: block;
-}
-
-.status-el {
- line-height: 18px;
-
- .notify {
- .avatar {
- border-width: 3px;
- border-style: solid;
- }
- }
-
- .media-left {
- img {
- margin-top: 0.2em;
- float: right;
- margin-right: 0.3em;
- border-radius: 5px;
- }
- }
-
- .retweet-info {
- padding: 0.7em 0 0 0.6em;
-
- .media-left {
- display: flex;
-
- i {
- align-self: center;
- text-align: right;
- flex: 1;
- padding-right: 0.3em;
- }
- }
- }
-
- .media-heading {
- small {
- font-weight: lighter;
- }
- margin-bottom: 0.3em;
- }
-}
nav {
z-index: 1000;
}