From 7fb0439676f50ea94bbb9009c82e017d84e1c38a Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 29 Dec 2021 22:36:14 +0200 Subject: [PATCH] update styles --- src/public/css/user.css | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/src/public/css/user.css b/src/public/css/user.css index e77618d..22cf5c5 100644 --- a/src/public/css/user.css +++ b/src/public/css/user.css @@ -16,18 +16,16 @@ a:active { max-width: 1024px; margin: 16px auto; padding: 0 16px; - overflow: hidden + overflow: hidden; + position: relative } .container > .left { - float: left; - max-width: 420px; - padding-right: 10px + float: left } .container > .right { - float: left; - width: 60% + padding-left: 380px } .container { @@ -102,13 +100,15 @@ a:active { /*background: rgba(255, 255, 255, 0.18);*/ background: rgb(77, 86, 102); color: #dfe8f4; - outline: none - + outline: none; + letter-spacing: 0.2px; + font-size: 13px; + border: 1px #181818 solid; } .container .post textarea:focus { height: 80px; - background: rgb(79, 90, 107); + background: rgb(87, 98, 117); /*background: rgb(103, 112, 126);*/ } @@ -136,14 +136,14 @@ a:active { padding: 16px; margin-bottom: 8px; /*background: rgba(101, 114, 134, 0.28);*/ - background: rgba(255, 254, 254, 0.04); + /*background: rgba(255, 254, 254, 0.04);*/ /*background: rgba(255, 255, 255, 0.18);*/ + background: rgb(39, 46, 57); border-radius: 3px; - color: #dfe8f4; - + color: #a5b2bd; + min-height: 84px; } - .container .content .item .avatar { position: absolute; top: 19px; @@ -156,5 +156,8 @@ a:active { } .container .content .item .message { - padding-left: 65px; + padding-left: 73px; + letter-spacing: 0.2px; + font-size: 13px; + padding-right: 8px; } \ No newline at end of file