File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ new function() {
3535 icon = document . createElement ( 'img' ) ;
3636 icon . src = chrome . extension . getURL ( 'img/error_38.png' ) ;
3737 icon . title = 'Some errors occurred on this page. Click to see details.' ;
38- icon . style . cssText = 'position: fixed !important; bottom: 10px !important; right: 10px !important; cursor: pointer !important; z-index: 2147483647 !important; width: 38px !important; height: 38px !important;' ;
38+ icon . style . cssText = 'position: fixed !important; bottom: 10px !important; right: 10px !important; cursor: pointer !important; z-index: 2147483647 !important; width: 38px !important; height: 38px !important; min-height: 38px !important; min-width: 38px !important; max-height: 38px !important; max-width: 38px !important; ' ;
3939 icon . onclick = function ( ) {
4040 if ( ! popup ) {
4141 showPopup ( popupUrl ) ;
You can’t perform that action at this time.
0 commit comments