kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'patch-4' into 'develop'
Fix media modal See merge request soapbox-pub/soapbox-fe!92merge-requests/93/head
commit
735a304009
|
@ -365,6 +365,8 @@
|
|||
width: 100vmin;
|
||||
height: 80px;
|
||||
|
||||
@media screen and (max-width: 790px) { width: 80vmin; }
|
||||
|
||||
.audio-player__buttons {
|
||||
button {
|
||||
padding-top: 10px;
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
background: rgba($base-overlay-background, 0.5);
|
||||
box-sizing: border-box;
|
||||
border: 0;
|
||||
color: var(--primary-text-color);
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -114,6 +114,12 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
||||
@media screen and (max-width: 600px) { padding: 30px 2px; }
|
||||
|
||||
.fa {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.media-modal__nav--left {
|
||||
|
@ -182,6 +188,7 @@
|
|||
right: 8px;
|
||||
top: 8px;
|
||||
z-index: 100;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.onboarding-modal,
|
||||
|
|
Ładowanie…
Reference in New Issue