fix nudge mobile styling
This commit is contained in:
parent
f63de7f930
commit
ca6ce23494
2 changed files with 6 additions and 1 deletions
|
@ -134,6 +134,7 @@
|
|||
}
|
||||
|
||||
.media__actions {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
z-index: 3;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: calc(var(--height-button) + var(--spacing-s));
|
||||
top: 4rem;
|
||||
white-space: normal;
|
||||
overflow: visible;
|
||||
padding: var(--spacing-m);
|
||||
|
@ -17,6 +17,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: $breakpoint-small) {
|
||||
top: calc(var(--height-button) + var(--spacing-s));
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue