About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index ae7eab8..363bf29 100644
--- a/src/style.css
+++ b/src/style.css
@@ -7,3 +7,16 @@ box.message {
padding-top: 2px;
padding-bottom: 2px;
}
+
+.messages > row {
+ min-height: 0px;
+}
+
+.system-message {
+ opacity: 0.6;
+}
+
+.entry-frame {
+ border-radius: 9px;
+ background: #ebebeb;
+}