From 17ab73123ce11132e2aee7ac78f4f1b5350e0a2d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 15:38:07 +0300 Subject: IE layout fixes --- vnext/src/components/Button.css | 3 +-- vnext/src/components/Message.css | 6 +++--- vnext/src/style/main.css | 5 +++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css index 85e3f061..85c9e652 100644 --- a/vnext/src/components/Button.css +++ b/vnext/src/components/Button.css @@ -1,10 +1,9 @@ .Button { background: #fff; - font-size: 12px; border: 1px solid #eee; color: #888; cursor: pointer; display: inline-block; margin: 5px; - padding: 2px 10px; + padding: 4px 10px; } \ No newline at end of file diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index 779cc85f..df51fa80 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -7,7 +7,7 @@ article { } article time { color: #999; - font-size: 10pt; + font-size: small; } article p { clear: left; @@ -31,7 +31,7 @@ article > nav.l, border-top: 1px solid #eee; display: flex; justify-content: space-around; - font-size: 10pt; + font-size: small; } article > nav.l a, .msg-cont > nav.l a { @@ -58,7 +58,7 @@ article .tags > a, border: 1px solid #eee; color: #888; display: inline-block; - font-size: 10pt; + font-size: small; margin-bottom: 5px; margin-right: 5px; padding: 0 10px; diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 4d6b1a7a..cf2e194a 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -147,6 +147,7 @@ img, hr { #sidebar a { color: #88958d; + border-right: 2px solid transparent; display: flex; padding: 14px; align-items: center; @@ -199,7 +200,7 @@ img, hr { justify-self: center; width: var(--main-width); display: grid; - grid-template-columns: 200px minmax(1fr, max-content); + grid-template-columns: 240px minmax(1fr, max-content); grid-template-rows: auto; grid-template-areas: "nav feed"; } @@ -221,6 +222,6 @@ img, hr { left: inherit; z-index: inherit; overflow-x: inherit; - width: 240px; + width: 100%; } } \ No newline at end of file -- cgit v1.2.3