Update 1.4

This commit is contained in:
cbo 2024-03-17 15:58:39 +00:00
parent 6c1488bd55
commit f0347be5c3

View File

@ -36,11 +36,9 @@ if (isset($_POST['user-id']) && isset($_POST['user-role']) && isset($_POST['user
<head> <head>
<?php fillHead($rootPageURL, $pageTitle, $darkTheme, $lightTheme);?> <?php fillHead($rootPageURL, $pageTitle, $darkTheme, $lightTheme);?>
<style> <style>
.user-widget-link {
display: block;
}
.user-row { .user-row {
margin: 5em 0; margin: 3em;
display: inline-block
} }
</style> </style>
</head> </head>