@@ -44,6 +44,7 @@
@import "components/buttons";
@import "components/mediabox";
@import "components/backbutton";
+@import "components/emoji";
// Sections: Styles specific to individual pages or sections.
@import "sections/header";
@@ -0,0 +1,4 @@
+.e1 {
+ transform: scale(0.75);
+ margin: -3px -2px;
+}
@@ -97,10 +97,6 @@ mediabox {
margin: 4px 0 0;
color: rgba(255, 255, 255, 0.8);
font-size: 1.3em;
- .e1 {
- transform: scale(0.75);
- margin: -3px -2px;
- }
}
@@ -107,11 +107,6 @@
.message-quote {
-
@include word-wrap;
@@ -367,11 +362,6 @@
.unread-separator {
width: 100%;
margin: 16px 8px;
@@ -141,11 +141,6 @@
align-items: center;
color: rgba(0, 0, 0, 0.54); // TODO: Extract color
.left {
white-space: nowrap;
overflow: hidden;