diff options
author | Vitaly Takmazov | 2018-12-06 15:38:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 17ab73123ce11132e2aee7ac78f4f1b5350e0a2d (patch) | |
tree | 4a23fca3fe4febb8710f359ec5d8d90bb5383e63 /vnext/src/style | |
parent | 011b8df08e9319944210d62a75b11fa9f62df236 (diff) |
IE layout fixes
Diffstat (limited to 'vnext/src/style')
-rw-r--r-- | vnext/src/style/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
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 |