]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Update unrealircd-admin.css 9/head
authorMadriix <redacted>
Sat, 4 Feb 2023 12:25:07 +0000 (13:25 +0100)
committerGitHub <redacted>
Sat, 4 Feb 2023 12:25:07 +0000 (13:25 +0100)
Allows to vertically center the small thumbnails on the prettier home page.
Force refresh the page/css without deleting the cache: CTRL + F5

css/unrealircd-admin.css

index 11ded3b1af60f60e594899ec5a5ce52e18508514..f51654168f1143fcdd114859df1fd53cfbb04188 100644 (file)
@@ -244,3 +244,7 @@ body {
 .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        width: inherit;
 }
+
+.card-header i.fa {
+       line-height: 74px;
+}