Fix playlist save button on gile page in mobile view
This commit is contained in:
parent
ecc6cb8a77
commit
91f4ce532e
1 changed files with 20 additions and 0 deletions
|
@ -333,6 +333,26 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button--file-action--tooltip-wrapper {
|
||||
display: flex;
|
||||
flex: auto;
|
||||
padding: 0 !important;
|
||||
|
||||
.button--file-action--tooltip {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.ratio-wrapper {
|
||||
.button--file-action--tooltip-wrapper {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
|
||||
.button--file-action--tooltip {
|
||||
padding: 0px var(--spacing-xxs);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue