File size: 1,162 Bytes
f769e41
f7f8cfe
 
f769e41
 
 
f7f8cfe
f769e41
 
f7f8cfe
 
f769e41
 
f7f8cfe
 
 
 
 
 
 
 
 
 
f52bc27
 
 
 
 
 
1389b17
 
 
 
 
 
 
 
f7f8cfe
 
 
 
 
 
 
 
 
 
 
 
 
f769e41
 
f7f8cfe
 
f769e41
f7f8cfe
 
 
 
 
 
 
 
 
 
 
1389b17
 
 
 
 
 
 
 
 
 
 
 
f7f8cfe
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
	font-family: "Arial", sans-serif;
	font-size: 15px;
}

h1 {
	text-align: center;
}

body {
	padding: 16px;
}

body {
  margin: 0 10%;
}

@media (max-width: 900px) {
  body {
    margin: 0 0;
  }
}

@media (max-width: 525px) {
  #information-text {
    display: none;
  }
}

@media (max-width: 620px) {
  .gridjs-sort {
    display: none;
  }
}



h1 {
	margin: 0 0;
}

/* Reduce font and padding for both headers and cells */
.gridjs-th, .gridjs-td {
  font-size: 13px !important;    /* Smaller text */
  padding: 4px 4px !important;   /* Narrower vertical and horizontal padding */
}

/* Shrink the search bar and pagination text to match */
.gridjs-search-input, .gridjs-footer {
  font-size: 12px !important;
}

.gridjs-table {
  table-layout: auto !important;
}

.gridjs-th-sort .gridjs-th-content {
	padding-top: 4px;
}

.gridjs-tr:nth-child(even) td {
  filter: brightness(0.85);
}

svg {
	padding-right: 4px;
}

th.gridjs-th .gridjs-th-content {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: visible !important;
  white-space: nowrap !important;
}

div.gridjs-resizable {
  padding: 0px !important;
  width: 0px;
}