mirror of
https://github.com/ION606/bluesky-client.git
synced 2026-05-14 21:26:54 +00:00
fixed image embeds in posts
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
/* overlay backdrop */
|
||||
#overlay {
|
||||
#overlay, .overlay {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
/* show popup and overlay */
|
||||
#new-post-form.show, #overlay.show {
|
||||
#new-post-form.show, #overlay.show, .overlay.show {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user