fix: fix sensitive content warning on mobile (#794)

This commit is contained in:
Nolan Lawson 2018-12-13 00:39:38 -08:00 committed by GitHub
parent 381d1dd120
commit 5e089ba27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
delegate-key={delegateKey} > delegate-key={delegateKey} >
<div class="status-sensitive-media-warning"> <div class="status-sensitive-media-warning">
<span>Sensitive content. Click to show.</span> Sensitive content. Click to show.
</div> </div>
<div class="svg-wrapper"> <div class="svg-wrapper">
<svg class="status-sensitive-media-svg"> <svg class="status-sensitive-media-svg">
@ -107,6 +107,7 @@
justify-content: center; justify-content: center;
color: var(--deemphasized-text-color); color: var(--deemphasized-text-color);
z-index: 60; z-index: 60;
padding: 0 10px;
} }
.status-sensitive-media-container .svg-wrapper { .status-sensitive-media-container .svg-wrapper {