edit: la fenetre évènement bouge sur pc ^^ + ajustement responsive
This commit is contained in:
+6
-4
@@ -117,9 +117,6 @@
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
top: 5vh;
|
||||
left: 5vw;
|
||||
|
||||
background-color: var(--back-color);
|
||||
border-color: var(--main-color);
|
||||
border-radius: 16.1px;
|
||||
@@ -138,7 +135,7 @@
|
||||
position: relative;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
height: 77px;
|
||||
|
||||
background-color: var(--main-color);
|
||||
color: var(--back-color);
|
||||
@@ -157,6 +154,11 @@
|
||||
padding-right: 16.1px;
|
||||
|
||||
box-sizing: border-box;
|
||||
cursor: move;
|
||||
|
||||
h4{
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.iconBtnStyle{
|
||||
width: 33px;
|
||||
|
||||
@@ -26,6 +26,7 @@ p,h1,h2,h3,h4{
|
||||
pointer-events: none !important;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
ul,ol {
|
||||
|
||||
+12
-5
@@ -123,7 +123,7 @@ main{
|
||||
overflow: hidden;
|
||||
|
||||
#homeContent{
|
||||
height: 80vh;
|
||||
height: 66vh;
|
||||
width: 100%;
|
||||
position:relative;
|
||||
z-index: 0;
|
||||
@@ -286,15 +286,20 @@ main{
|
||||
#statusDesc{
|
||||
width: 77%;
|
||||
padding: 7.77px;
|
||||
padding-right: 13.12px;
|
||||
font-size: 12px;
|
||||
line-height: 1em;
|
||||
padding-right: 16.1px;
|
||||
font-size: 16.1px;
|
||||
line-height: 1.1em;
|
||||
|
||||
small{
|
||||
font-size: 13.12px;
|
||||
line-height: 0.333em;
|
||||
}
|
||||
}
|
||||
|
||||
#lolStatus{
|
||||
position: relative;
|
||||
z-index: 33;
|
||||
width: 33%;
|
||||
width: 40%;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -520,6 +525,8 @@ main{
|
||||
|
||||
#posterWindow{
|
||||
visibility: collapse;
|
||||
top: 5vh;
|
||||
left: 5vw;
|
||||
}
|
||||
|
||||
#posterContainer{
|
||||
|
||||
Reference in New Issue
Block a user