mirror of
https://github.com/kevachat/webapp.git
synced 2025-03-10 12:31:12 +00:00
add header separator
This commit is contained in:
parent
6028768c2f
commit
146bc4c6a7
2
.env
2
.env
@ -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
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user