Plugin Directory

Changeset 2543202


Ignore:
Timestamp:
06/06/2021 08:09:06 AM (5 years ago)
Author:
proxymis
Message:

Window position fix to center

File:
1 edited

Legend:

Unmodified
Added
Removed
  • record-screen/trunk/css/record.css

    r2368512 r2543202  
    5151#TB_window {
    5252    width: 100%!important;
    53     top: 50%;
    54     left: 50%;
     53    top: 50%!important;
     54    left: 50% !important;
    5555    transform: translate(-50%, -50%);
    5656    max-height: 100%;
Note: See TracChangeset for help on using the changeset viewer.