added fullscreen
This commit is contained in:
parent
272be3eba0
commit
f9c8b4131c
3 changed files with 43 additions and 8 deletions
21
front/dist/resources/style/style.css
vendored
21
front/dist/resources/style/style.css
vendored
|
@ -358,7 +358,7 @@ body {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
#cowebsite .close-btn{
|
||||
#cowebsite .top-right-btn{
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: -100px;
|
||||
|
@ -366,9 +366,9 @@ body {
|
|||
border: none;
|
||||
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
||||
animation: right .2s ease;
|
||||
}
|
||||
}
|
||||
|
||||
#cowebsite .close-btn img {
|
||||
#cowebsite .top-right-btn img {
|
||||
height: 20px;
|
||||
right: 15px;
|
||||
background-color: rgba(0,0.0,0,0.3);
|
||||
|
@ -376,13 +376,22 @@ body {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#cowebsite .close-btn img:hover {
|
||||
#cowebsite .top-right-btn img:hover {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
#cowebsite:hover .close-btn{
|
||||
|
||||
#cowebsite #cowebsite-close {
|
||||
right: -140px;
|
||||
}
|
||||
#cowebsite:hover #cowebsite-close{
|
||||
right: 10px;
|
||||
}
|
||||
#cowebsite #cowebsite-fullscreen {
|
||||
right: -100px;
|
||||
}
|
||||
#cowebsite:hover #cowebsite-fullscreen{
|
||||
right: 40px;
|
||||
}
|
||||
}
|
||||
@media (max-aspect-ratio: 1/1) {
|
||||
.game-overlay {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue