Responsive message box, finally with CSS

This commit is contained in:
Jeremy Zhang
2017-04-09 10:49:28 -07:00
parent 2ba6016c3a
commit a767e11288
3 changed files with 10 additions and 14 deletions

View File

@ -5,6 +5,7 @@ color: white;
main {
min-height: calc(100vh - 80px);
overflow-x: hidden;
}
footer {
@ -112,6 +113,13 @@ color: #90a4ae;
width: 100%;
position: relative;
margin: 10px;
white-space: nowrap;
overflow: hidden;
}
#messageboxouter {
width: 100%;
overflow: hidden;
}
.currentuserchip {