From 5916bb48d5b648f54a45dd4f87cc209557ae8681 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 10 Dec 2023 12:18:31 +0200 Subject: [PATCH] make list border style dotted --- .env | 2 +- public/css/default.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 1339bc8..77ea3f8 100644 --- a/.env +++ b/.env @@ -19,7 +19,7 @@ APP_ENV=dev APP_SECRET=EDIT_ME ###< symfony/framework-bundle ### -APP_VERSION=1.5.3 +APP_VERSION=1.5.4 APP_NAME=KevaChat diff --git a/public/css/default.css b/public/css/default.css index 8f5b553..5c8f669 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -109,13 +109,13 @@ main ul ul main ul li { - border-top: 1px var(--color-default) solid; + border-top: 1px var(--color-default) dotted; word-wrap: break-word; } main > ul > li:first-child { - border-top: 1px transparent solid; + border-top: 1px transparent dotted; } main ul li div