.
This commit is contained in:
@@ -447,6 +447,6 @@ td.user-answer-score-2::after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.multi-image-block {
|
||||
.multi-image-block, .series-block {
|
||||
display: inline-flex;
|
||||
}
|
||||
@@ -365,7 +365,7 @@ function keyDownHandler(e) {
|
||||
|
||||
|
||||
function create_popup_window(url, title) {
|
||||
newwindow=window.open(url,title,'height=600,width=500');
|
||||
newwindow=window.open(url,title,'height=800,width=600');
|
||||
if (window.focus) {newwindow.focus()}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user