We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ae422 commit 4205213Copy full SHA for 4205213
public/themes/pterodactyl/css/pterodactyl.css
@@ -258,13 +258,12 @@ span[aria-labelledby="select2-pUserId-container"] {
258
259
.terminal-notify {
260
position: absolute;
261
- right: 10px;
+ right: 27px;
262
bottom: 10px;
263
- /* Browsers usually have a 17px scrollbar which is visible in the terminal */
264
- padding: 7px 24px 7px 7px;
265
- border-top-left-radius: 3px;
266
- background: white;
267
- color: black;
+ padding: 3.5px 7px;
+ border-radius: 3px 3px 0 0;
+ background: #ccc;
+ color: #000;
268
opacity: .5;
269
cursor: pointer;
270
}
0 commit comments