v0.10.14d - No can now see the users images on user admin
This commit is contained in:
Vendored
-8
@@ -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;
|
||||
|
||||
Vendored
+8
-8
@@ -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;
|
||||
|
||||
Vendored
+8
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user