freechat/freechat-client/sass/message-box.scss
shockrah e4f6e71ac8 ! Fixing message box to look decent
- Moving Initialization code into src/init.js
2021-03-11 17:18:26 -08:00

15 lines
196 B
SCSS

// Now the message box which must be pinned at the bottom
#send-container {
position: absolute;
bottom: 0;
height: 60px;
}
#message-box {
margin-top: auto;
}
#message-area {
width: 50vw;
}