about summary refs log tree commit diff
path: root/static/styles.css
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-05-21T21·17+0200
committerVincent Ambo <github@tazj.in>2018-05-22T07·45+0200
commitfb9ea437e9fd47d2b4cb432ad6fc576d4a08614f (patch)
tree26ca843110b11371ab8e6d2fb604995385a18be0 /static/styles.css
parent0bfc8fbf8b652d79ce43df2d1a492dfe539d967e (diff)
feat(templates): Add new thread view with MDL design
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 929e61b6015d..66b3200fd612 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -94,3 +94,40 @@ html, body {
 .converse section.section--center {
   max-width: 860px;
 }
+.converse .mdl-card .avatar-card {
+    margin-left: auto;
+    margin-right: auto;
+    margin-top: 30px;
+}
+.mobile-avatar {
+    width: 30px;
+    border-radius: 8px;
+    margin-bottom: 5px;
+}
+.mobile-date {
+    text-decoration: none;
+}
+.converse .mdl-card .post-box {
+    margin: 20px;
+}
+.converse .mdl-card .post-actions {
+    display: flex;
+    padding-right: 5px;
+}
+.post-action {
+    margin: 5px;
+    margin-bottom: 10px;
+}
+.converse section.post-section {
+    padding: 5px;
+}
+.post-date {
+    text-decoration: none;
+    font-size: 80%;
+}
+.mdl-layout__content {
+    flex: 1 0 auto;
+}
+.converse .reply-box {
+    padding-top: 10px;
+}