add: message de bienvenue !!!

This commit is contained in:
2026-08-04 05:55:01 +02:00
parent 906c3a3ae2
commit af0b014581
8 changed files with 168 additions and 18 deletions
+13 -6
View File
@@ -45,12 +45,14 @@
height: 16.1px;
width: auto;
fill: currentColor;
pointer-events: none;
}
.iconBtnStyle:hover{
color: var(--back-color);
background-color: var(--main-color);
border-color: var(--back-color);
animation: none;
}
.solidBox{
@@ -111,7 +113,7 @@
}
.floatingWindow{
position: fixed;
position: relative;
z-index: 3333;
width: auto;
@@ -131,7 +133,7 @@
justify-content: flex-start;
align-items: center;
.posterTitle{
.title{
position: relative;
top: 0;
width: 100%;
@@ -150,8 +152,8 @@
align-items: center;
justify-content: space-between;
padding-left: 33px;
padding-right: 16.1px;
padding-left: 16.1px;
padding-right: 7.77px;
box-sizing: border-box;
cursor: move;
@@ -161,8 +163,13 @@
}
.iconBtnStyle{
width: 33px;
height: 33px;
width: 27px;
height: 27px;
.icon{
height: 13.12px;
width: auto;
}
}
}