css tuning

This commit is contained in:
Ondrej Zara 2020-03-10 16:02:28 +01:00
parent 0b008659c7
commit 571101a66f
No known key found for this signature in database
GPG key ID: B0A5751E616840C5
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ cyp-player {
flex-grow: 2;
flex-basis: 0;
padding: 0 var(--icon-spacing);
overflow: hidden;
overflow: hidden; // FIXME asi tu ma byt min-width
.flex-column;
justify-content: space-around;

View file

@ -3,7 +3,7 @@ cyp-song {
.info { // FIXME zrevidovat
flex-grow: 1;
overflow: hidden;
min-width: 0; // bez tohoto se odmita zmensit
.icon {
color: var(--primary);

View file

@ -524,7 +524,7 @@ cyp-song button .icon {
}
cyp-song .info {
flex-grow: 1;
overflow: hidden;
min-width: 0;
}
cyp-song .info .icon {
color: var(--primary);