1
0

chore: small CSS format changes

This commit is contained in:
Dominik Pschenitschni
2021-10-18 14:33:52 +02:00
parent 7ca355db66
commit 32a0106819
13 changed files with 101 additions and 113 deletions

View File

@ -3,16 +3,17 @@
padding: 0;
text-align: left;
@media screen and (min-width: $tablet) {
&.short {
@media screen and (max-width: $tablet) {
max-width: 100%;
}
&.short {
@media screen and (min-width: $tablet) {
max-width: 53vw;
}
}
@media screen and (max-width: $tablet) {
max-width: 100%;
}
.progress {
// overwrite bulma
margin-bottom: 0;
@ -44,7 +45,8 @@
.is-menu-enabled .tasks .task {
span:not(.tag), a {
.tasktext, &.tasktext {
.tasktext,
&.tasktext {
@media screen and (max-width: $desktop) {
max-width: calc(100vw - 27px - 2rem - 1.5rem - 3rem - #{$navbar-width}); // 1.5rem is the padding of the tasks container, 3rem is the padding of .app-container
}