Fix small UI issue
This commit is contained in:
@@ -887,8 +887,8 @@ define([
|
|||||||
var popup = h('div.cp-corner-container', [
|
var popup = h('div.cp-corner-container', [
|
||||||
minimize,
|
minimize,
|
||||||
maximize,
|
maximize,
|
||||||
h('div.cp-corner-filler', { style: "width:120px;" }),
|
h('div.cp-corner-filler', { style: "width:110px;" }),
|
||||||
h('div.cp-corner-filler', { style: "width:90px;" }),
|
h('div.cp-corner-filler', { style: "width:80px;" }),
|
||||||
h('div.cp-corner-filler', { style: "width:60px;" }),
|
h('div.cp-corner-filler', { style: "width:60px;" }),
|
||||||
h('div.cp-corner-filler', { style: "width:40px;" }),
|
h('div.cp-corner-filler', { style: "width:40px;" }),
|
||||||
h('div.cp-corner-filler', { style: "width:20px;" }),
|
h('div.cp-corner-filler', { style: "width:20px;" }),
|
||||||
|
|||||||
Reference in New Issue
Block a user