[Glitch] Fix audio attachments opening in video modal from media tab in web UI
Port c9b8ba50f8
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
committed by
Thibaut Girka
parent
c274774d06
commit
360234d1bf
@@ -179,10 +179,13 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.video-modal {
|
||||
.video-modal__container {
|
||||
max-width: 100vw;
|
||||
max-height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.audio-modal__container {
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
.media-modal {
|
||||
@@ -282,6 +285,7 @@
|
||||
}
|
||||
|
||||
a {
|
||||
pointer-events: auto;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
color: $ui-secondary-color;
|
||||
|
Reference in New Issue
Block a user