v0.10.14d - No can now see the users images on user admin

This commit is contained in:
2020-08-24 14:09:03 +02:00
parent fa5cd1c3e2
commit abcc484e7c
9 changed files with 71 additions and 33 deletions
-8
View File
@@ -18,14 +18,6 @@
font-weight: 700;
}
* {
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
overflow-x: hidden;
}
form {
max-width: 100%;
padding: 0 0.45rem 0 0.45rem;
+8 -8
View File
@@ -18,14 +18,6 @@
font-weight: 700;
}
* {
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
overflow-x: hidden;
}
form {
max-width: 100%;
padding: 0 0.45rem 0 0.45rem;
@@ -7071,6 +7063,14 @@ main {
bottom: 30px;
}
* {
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
overflow-x: hidden;
}
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
+8 -8
View File
@@ -18,14 +18,6 @@
font-weight: 700;
}
* {
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
overflow-x: hidden;
}
form {
max-width: 100%;
padding: 0 0.45rem 0 0.45rem;
@@ -7071,6 +7063,14 @@ main {
bottom: 30px;
}
* {
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
overflow-x: hidden;
}
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;