edit: divers réglages mineurs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
:root[data-theme="dark"]{
|
||||
--back-color: black;
|
||||
--main-color: white;
|
||||
--accent-color: #00FF76;
|
||||
--accent-color: #3CFF00;
|
||||
}
|
||||
|
||||
:root[data-theme="light"]{
|
||||
@@ -225,6 +225,7 @@ canvas {
|
||||
border-width: thin;
|
||||
border-radius: 21px;
|
||||
border-color: var(--main-color);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.zBase{
|
||||
@@ -241,7 +242,7 @@ canvas {
|
||||
width:100%;
|
||||
height:50px;
|
||||
background-color: var(--main-color);
|
||||
border-radius: 16.1px 16.1px 0 0;
|
||||
border-radius: 0;
|
||||
font-family: 'lineal';
|
||||
font-size: 16.1px;
|
||||
color: var(--back-color);
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<PlayerDiv></PlayerDiv>
|
||||
<GeneratedDiv></GeneratedDiv>
|
||||
<TitleTextDiv></TitleTextDiv>
|
||||
<ColorPan></ColorPan>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -207,7 +207,8 @@
|
||||
}
|
||||
.selectedItemStyle .itemCaption{
|
||||
color: var(--accent-color);
|
||||
font-family: 'lineal'
|
||||
font-family: 'lineal';
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*================ PC LARGE*/
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
color: var(--accent-color);
|
||||
border-color: var(--accent-color);
|
||||
font-family: 'lineal';
|
||||
font-weight: normal;
|
||||
}
|
||||
.selectedStyle .msgTitle{
|
||||
opacity: 1;
|
||||
@@ -121,6 +122,7 @@
|
||||
|
||||
.unreadStyle{
|
||||
font-family: 'lineal';
|
||||
font-weight: normal;
|
||||
}
|
||||
.unreadStyle .msgTitle{
|
||||
opacity: 1;
|
||||
|
||||
@@ -30,14 +30,14 @@
|
||||
#colorBtnContainer{
|
||||
position:absolute;
|
||||
right: -16.1px;
|
||||
top: 222px;
|
||||
top: 161px;
|
||||
height: 117px;
|
||||
width: 77px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
z-index: 333;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.checkedIcon{
|
||||
@@ -103,7 +103,7 @@
|
||||
#colorBtnContainer{
|
||||
right: unset;
|
||||
left: -3.33px;
|
||||
top: 444px;
|
||||
top: 333px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div id="generatedContainer">
|
||||
|
||||
<ColorPan></ColorPan>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user