diff --git a/public/packeton/css/main.css b/public/packeton/css/main.css
index a7da4640..2cbb7054 100644
--- a/public/packeton/css/main.css
+++ b/public/packeton/css/main.css
@@ -235,6 +235,10 @@ strong {
.navbar .nav > .nav-user > .nav-user-signin:hover > .signin-box {
display: none;
}
+ .navbar .nav > .nav-user > section:hover > .nav-user-menu.nav-admin-menu {
+ display: block;
+ width: 100%;
+ }
}
.navbar .nav > .nav-user > section a {
@@ -1880,3 +1884,16 @@ label.required em {
.removeRow {
text-decoration: none !important;
}
+
+@media (max-width: 576px) {
+ .table-mb {
+ display: block;
+ overflow-x: auto;
+ }
+ .role-name {
+ white-space: normal;
+ }
+ .user-edit-btn {
+ display: none;
+ }
+}
diff --git a/templates/base.html.twig b/templates/base.html.twig
index b640212e..839a75c3 100644
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -93,7 +93,7 @@
Settings
-
diff --git a/templates/user/attempts.html.twig b/templates/user/attempts.html.twig
index d5e4c087..fe9d8b03 100644
--- a/templates/user/attempts.html.twig
+++ b/templates/user/attempts.html.twig
@@ -7,7 +7,7 @@
{% block list %}
All Login attempts
-
+
SOURCE |
diff --git a/templates/user/list.html.twig b/templates/user/list.html.twig
index 4c80c33a..6b2b4120 100644
--- a/templates/user/list.html.twig
+++ b/templates/user/list.html.twig
@@ -33,7 +33,7 @@
{% endif %}
-
diff --git a/templates/user/token_list.html.twig b/templates/user/token_list.html.twig
index 20b807f7..a1929c26 100644
--- a/templates/user/token_list.html.twig
+++ b/templates/user/token_list.html.twig
@@ -12,7 +12,7 @@
-