| @@ -119,9 +119,9 @@ | ||
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | body.wp-admin .wrap.mxchat-addons-wrapper .mxchat-addon-badge { |
| 122 | 122 | position: absolute; |
| 123 | - top: 40px; | |
| 123 | + top: 30px; | |
| 124 | 124 | right: -35px; |
| 125 | 125 | background: #212121; |
| 126 | 126 | color: white; |
| 127 | 127 | padding: 0.25rem 2rem; |
| @@ -137,8 +137,12 @@ | ||
| 137 | 137 | |
| 138 | 138 | body.wp-admin .wrap.mxchat-addons-wrapper .mxchat-addon-content { |
| 139 | 139 | position: relative; |
| 140 | 140 | z-index: 1; |
| 141 | + display: flex; | |
| 142 | + flex-direction: column; | |
| 143 | + height: 100%; | |
| 144 | + justify-content: space-between; | |
| 141 | 145 | } |
| 142 | 146 | |
| 143 | 147 | body.wp-admin .wrap.mxchat-addons-wrapper .mxchat-addon-title { |
| 144 | 148 | color: #212121; |