Skip to content

Commit

Permalink
minor css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlumalicay committed May 10, 2018
1 parent 47490a2 commit 067683b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions public/css/index.css
Expand Up @@ -800,7 +800,7 @@ input {
position: fixed;
top: 0;
left: 0;
right: -18px;
right: 0;
padding: 3vh 0;
display: -webkit-box;
display: flex;
Expand All @@ -811,7 +811,7 @@ input {
align-items: center;
outline: none;
max-height: 94vh;
overflow-y: scroll;
overflow-y: auto;
-webkit-animation: 0.5s slide-down ease-in-out;
animation: 0.5s slide-down ease-in-out;
}
Expand All @@ -833,6 +833,8 @@ input {
padding: 0.5rem 1rem;
border: 1rem solid #333;
background-color: rgba(233,233,233,0.6);
max-width: 100%;
box-sizing: border-box;
}
.modal-close {
flex-shrink: 0;
Expand Down Expand Up @@ -891,6 +893,10 @@ input {
width: 20rem;
}
}
#settings {
display: flex;
flex-direction: column;
}
.form-add {
position: relative;
-webkit-animation: 0.25s slide-down ease-in-out;
Expand Down Expand Up @@ -947,7 +953,7 @@ input {
}
/* x FORM END x */
.gamsg {
width: 20rem;
max-width: 100%;
font-size: 0.8rem;
}
/* xx MODALS END xx */
Expand Down

0 comments on commit 067683b

Please sign in to comment.