add header separator

This commit is contained in:
ghost 2023-12-10 11:59:06 +02:00
parent 6028768c2f
commit 146bc4c6a7
2 changed files with 8 additions and 2 deletions

2
.env
View File

@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME
###< symfony/framework-bundle ###
APP_VERSION=1.5.2
APP_VERSION=1.5.3
APP_NAME=KevaChat

View File

@ -41,6 +41,7 @@ body
header
{
background-color: Canvas;
border-bottom: 1px var(--color-default) solid;
display: block;
left: 0;
margin: 0 auto;
@ -112,6 +113,11 @@ main ul li
word-wrap: break-word;
}
main > ul > li:first-child
{
border-top: 1px transparent solid;
}
main ul li div
{
padding: 16px 0;
@ -121,7 +127,7 @@ main ul li div a[name]
{
display: block;
position: relative;
top: -168px;
top: -160px;
visibility: hidden;
}