Merge branch 'patch-4' into 'develop'
Fix media modal See merge request soapbox-pub/soapbox-fe!92
This commit is contained in:
commit
735a304009
2 changed files with 10 additions and 1 deletions
|
@ -365,6 +365,8 @@
|
||||||
width: 100vmin;
|
width: 100vmin;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
|
||||||
|
@media screen and (max-width: 790px) { width: 80vmin; }
|
||||||
|
|
||||||
.audio-player__buttons {
|
.audio-player__buttons {
|
||||||
button {
|
button {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
background: rgba($base-overlay-background, 0.5);
|
background: rgba($base-overlay-background, 0.5);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: var(--primary-text-color);
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -114,6 +114,12 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) { padding: 30px 2px; }
|
||||||
|
|
||||||
|
.fa {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-modal__nav--left {
|
.media-modal__nav--left {
|
||||||
|
@ -182,6 +188,7 @@
|
||||||
right: 8px;
|
right: 8px;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding-modal,
|
.onboarding-modal,
|
||||||
|
|
Loading…
Reference in a new issue