From 258956fefc0d8aa5ccc27da57fbcac287e413b63 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 26 Jun 2018 23:27:58 -0400 Subject: [PATCH] Alignment and mobile fixes --- assets/stylesheets/solutions.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index c5e0dca..086c7f3 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -2,10 +2,14 @@ color: green; } +.post-controls span:not(.d-button-label) { + display: inline-flex; + align-items: baseline; +} + .post-controls .accepted-text { display: inline-block; font-size: inherit; - line-height: 1; margin-right: -3px; z-index: 999; } @@ -15,11 +19,6 @@ // background-color: #E9FFE0; } -.mobile-view .post-controls .accepted-text { - float: left; - padding: .7em 0; -} - .mobile-view .solved-panel { margin-bottom: 15px; }