v0.10.14c - Various fixes
This commit is contained in:
Vendored
+12
@@ -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;
|
||||
}
|
||||
|
||||
Vendored
+12
-4
@@ -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;
|
||||
|
||||
Vendored
+12
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user