v0.10.14c - Various fixes

This commit is contained in:
2020-08-24 11:27:17 +02:00
parent 6b3af7e667
commit fa5cd1c3e2
9 changed files with 74 additions and 19 deletions
+12
View File
@@ -18,6 +18,14 @@
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;
@@ -197,6 +205,10 @@ nav {
margin-top: auto;
}
.calendar-table__col.disabled > .calendar-table__item {
color: darkgrey;
}
.text-white {
color: #ffffff;
}
+12 -4
View File
@@ -18,6 +18,14 @@
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;
@@ -197,6 +205,10 @@ nav {
margin-top: auto;
}
.calendar-table__col.disabled > .calendar-table__item {
color: darkgrey;
}
.text-white {
color: #ffffff;
}
@@ -7059,10 +7071,6 @@ main {
bottom: 30px;
}
.container > * {
word-break: break-word;
}
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
+12 -4
View File
@@ -18,6 +18,14 @@
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;
@@ -197,6 +205,10 @@ nav {
margin-top: auto;
}
.calendar-table__col.disabled > .calendar-table__item {
color: darkgrey;
}
.text-white {
color: #ffffff;
}
@@ -7059,10 +7071,6 @@ main {
bottom: 30px;
}
.container > * {
word-break: break-word;
}
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;