Skip to content

Commit

Permalink
Don't do line breaks in line symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Jan 22, 2023
1 parent 59346f5 commit 4be2dfb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ them from the MagicMirror² core system and other modules.
padding: 0.2rem;
position: relative;
text-align: center;
width: max-content;
}

.mmm-pth-bwl-line-sign {
Expand Down Expand Up @@ -174,7 +175,6 @@ them from the MagicMirror² core system and other modules.
background-color: rgb(0 111 53);
border: 0.5px white solid;
color: white;
width: max-content;
}

/* Default properties for busses (general) and obusses (SVV) */
Expand All @@ -183,7 +183,6 @@ them from the MagicMirror² core system and other modules.
border-radius: 1em;
background-color: rgb(122 32 106);
color: white;
width: max-content;
}

/* Default properties for "Rufbusse" */
Expand All @@ -197,22 +196,19 @@ them from the MagicMirror² core system and other modules.
border-radius: 1rem;
background-color: rgb(122 32 106);
color: white;
width: max-content;
}

/* Default properties for trams */
.str,
.stb {
background-color: rgb(255 0 0);
color: white;
width: max-content;
}

/* Default properties for subways */
.u {
background-color: rgb(0 101 173);
color: white;
width: max-content;
}

.mmm-pth-ice-with-product-name::before {
Expand Down

0 comments on commit 4be2dfb

Please sign in to comment.