post message can be resized

merge-requests/208/head
fatchan 5 years ago
parent 1aa864adac
commit a8af4aa517
  1. 3
      gulp/res/css/style.css

@ -284,7 +284,6 @@ td, th {
display: flex;
flex-direction: column;
max-width: 100%;
width: 400px;
}
.togglable {
@ -497,8 +496,8 @@ input[type="file"] {
#postform {
display: none;
width: 400px;
max-width: calc(100% - 10px);
max-height: calc(100% - 50px);
position: fixed;
top: 45px;
right: 5px;

Loading…
Cancel
Save