Browse Source

fix options.js textareas

pull/40/head
czaks 10 years ago
parent
commit
f9308ff28d
  1. 4
      stylesheets/style.css

4
stylesheets/style.css

@ -821,6 +821,10 @@ div.thread:hover {
height: 300px;
}
#options_div textarea {
max-width: 100%;
}
#options_close {
top: 0px;
right: 0px;

Loading…
Cancel
Save