WIP: Update style for mobile (#942)
* Update style for mobile - Update style for mobile modale * Fix overscroll * Change css properties overflow * Revert "Change css properties overflow" This reverts commit 612fcc7e007fb03c7f72e5fa4b8a0604a184ae7d. * rm image * Update view mobile * Fix CI
This commit is contained in:
parent
4e09246c7f
commit
9b69910cb8
12 changed files with 74 additions and 43 deletions
8
front/dist/resources/html/loginScene.html
vendored
8
front/dist/resources/html/loginScene.html
vendored
|
@ -11,7 +11,7 @@
|
|||
max-width: 200px;
|
||||
color: #ebeeee;
|
||||
max-height: 40vh;
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
}
|
||||
#loginScene h1 {
|
||||
background-image: linear-gradient(top, #f1f3f3, #d4dae0);
|
||||
|
@ -93,6 +93,12 @@
|
|||
width: 160px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
@media only screen and (max-width: 800px),
|
||||
only screen and (max-height: 600px) {
|
||||
#loginScene{
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<form id="loginScene" hidden>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue