-
Notifications
You must be signed in to change notification settings - Fork 0
/
compact-pebblehost.css
59 lines (56 loc) · 1.8 KB
/
compact-pebblehost.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* ==UserStyle==
@name Compact Pebblehost Panel
@version 1.0.1
@namespace compact-pebblehost
@description Makes the Pebblehost Panel more compact, so you can see the content better!
@author GhostIsBeHere
@homepageURL https://github.com/GhostIsBeHere/userstyles
@license CC BY-NC-SA 4.0
==/UserStyle== */
@-moz-document url-prefix("https://panel.pebblehost.com") {
/* Remove unneccecary space */
/* Remove some margins */
.breadcrumb, #users-grid, #command-grid, #player-grid, .pluginListBox, #phw4506b0f7e775d0ca {
margin-top: 0;
margin-bottom: 0;
}
div.col-md-12:nth-child(2) > div:nth-child(1), .detail-view {
margin-bottom: 0 !important;
}
#server-breadcrumb {
padding-top: 0;
margin-top: 0;
}
/* Make some margins smaller */
div.row:nth-child(7), div.mt-4:nth-child(1), #phw4616678d503d2629, div.bg-dark:nth-child(14), div.bg-dark:nth-child(17), div.bg-dark:nth-child(10), div.bg-dark:nth-child(16), div.audit-card, div.col-md-12:nth-child(2) > div:nth-child(1), #subserver-ajax, .new-alert-red, #configs-grid, .card, .alert {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.bungee-autoconfigure {
margin-bottom: 0.5rem !important;
}
.col-md-9, div.col-md-6:nth-child(2) {
padding-left: 0;
}
.container-fluid {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
/* Hide separators */
.seperator {
display: none;
}
/* Manually remove breaks */
#server-form > br:nth-child(5), /* #content > br:nth-child(6), #content > br:nth-child(7), #content > br:nth-child(13), #content > br:nth-child(14), #content > br:nth-child(3) */
#content > br {
display: none;
}
/* Fix lack of some breaks */
div.row:nth-child(9) > div:nth-child(1) {
padding-bottom: 0.55rem
}
/* Make console bigger */
iframe.console {
height: 94vh;
}
}