-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.uni-bonn.de.user.css
30 lines (29 loc) · 1.13 KB
/
support.uni-bonn.de.user.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
/* ==UserStyle==
@name Znuny: Reduce row distances and paddings of tables and layout
@namespace github.com/olifre/userstyles
@updateURL https://raw.githubusercontent.com/olifre/userstyles/main/support.uni-bonn.de.user.css
@version 1.0.2
@description Reduces the distances and paddings of layout elements and rows, fitting more tickets and information on one screen.
@author Oliver Freyermuth <[email protected]> (https://olifre.github.io/)
@license Unlicense
==/UserStyle== */
@-moz-document domain("support.uni-bonn.de") {
.DataTable thead th, .DataTable thead th.DashboardHeader {
padding: 5px var(--padding-lg);
}
.ArticleMailHeader label {
line-height: normal !important;
}
.WidgetSimple .field-wrapper > .Field, .field-wrapper > .Field {
line-height: normal !important;
}
html {
--main-page-padding: 5px !important;
--gap-sm: 1px !important;
--gap-md: 2px !important;
--gap-lg: 5px !important;
--padding-sm: 5px !important;
--padding-md: 2px !important;
--padding-lg: 5px !important;
}
}