Fixed squishy color bubble

The bubble was getting squished on smaller screens because of flex-shrink. Changed flex-shrink to 0.
This commit is contained in:
profi248 2020-12-29 13:46:35 +01:00 committed by David Košťál
parent 2cf1163c0a
commit 918bef20b5
2 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
}
.color-bubble {
width: 11px;
height: 10px;
flex: 1 0 10px;
}
.tag {

View File

@ -163,8 +163,8 @@
}
.color-bubble {
width: 14px; // Without this, the bubble is only 10.2342357612px wide and seems squashed.
height: 12px;
flex: 1 0 12px;
}
.favorite {