Difference between revisions of "User:Olessan/vector.css"

Jump to navigation Jump to search
m
seeing if this is causing the maddening window jumping around effect in table editing
m
m (seeing if this is causing the maddening window jumping around effect in table editing)
 
(8 intermediate revisions by the same user not shown)
Line 350: Line 350:
   -webkit-filter: blur(0px);
   -webkit-filter: blur(0px);
}
}
/*resizes the visual editor window*/
.oo-ui-textInputWidget-autosized {
resize: both !important;
}
.oo-ui-window-frame {
width: 45% !important;
height:50%!important;
min-width:480px;
}
/*fixes a problem with the popup widget*/
.oo-ui-popupWidget-anchored-top {
  min-height: 300px;
}
.oo-ui-popupWidget-anchored-top > content {
  min-height:300px;
  overflow:scroll;
}
.oo-ui-popupWidget-popup {
  min-height:300px;
  height:300px;
}
/*End CSS by Olessan*/
/*End CSS by Olessan*/
606

edits

Navigation menu