From 7b3a6135f7d710c9a10ca3b0010c2a7af6c1bd51 Mon Sep 17 00:00:00 2001 From: RossAsscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 2 Mar 2023 04:32:15 +0900 Subject: [PATCH] small alignment changes --- public/index.html | 2 -- public/style.css | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index cdfd5427f..e87dd88b3 100644 --- a/public/index.html +++ b/public/index.html @@ -1,8 +1,6 @@
- - diff --git a/public/style.css b/public/style.css index 257e2cc25..f306500bc 100644 --- a/public/style.css +++ b/public/style.css @@ -306,13 +306,11 @@ code { .mes { display: grid; - grid-template-columns: fit-content(60px) 60px auto; - /* border-radius: 5px; */ + grid-template-columns: min-content min-content auto; padding: 10px 10px 0 10px; vertical-align: top; width: 100%; color: rgb(229, 224, 216); - /* margin-bottom: 26px;*/ } .avatar { width: 50px; @@ -336,7 +334,7 @@ code { .mes_block{ padding-top:0; - padding-left: 20px; + padding-left: 10px; } .ch_name{