Files
scrabble-online/client/public/game/lobby.css
2021-03-20 19:50:47 +00:00

25 lines
380 B
CSS

textarea {
resize: none;
}
#log-console {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
position: fixed;
bottom: 20pt;
}
#log-console-message {
width: 92%;
position: fixed;
bottom: 2pt;
}
#log-console-button {
width: 6%;
position: fixed;
bottom: 2pt;
right: 2pt;
}