Skip to content

Commit

Permalink
Little changes to css
Browse files Browse the repository at this point in the history
  • Loading branch information
padvincenzo authored Jul 30, 2021
1 parent bfc248c commit afcea47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion style/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ form {
text-align: center;
display: block;
width: 100%;
padding: 0 10%;
box-sizing: border-box;
}

Expand Down
8 changes: 4 additions & 4 deletions style/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
background-color: #777;
border-radius: 3px;
padding: 1vh 5vw;
margin-top: 20vh;
margin-top: 2vh;
display: inline-block;
border-style: solid;
border-width: 0.3em;
Expand All @@ -48,12 +48,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

#msg_content {
max-height: 60vh;
max-height: 70vh;
overflow-y: auto;
padding: 2vh 0;
}

#msg_content * {
#msg_content img {
max-width: 90%;
}

Expand All @@ -63,6 +63,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

#msg_wrapper button {
max-width: 35vw;
max-width: 30vw;
}
}

0 comments on commit afcea47

Please sign in to comment.