mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-08 15:55:26 -05:00
Fix image preview too dark in alt text editor dialog (#40126)
This commit is contained in:
@@ -8260,6 +8260,10 @@ noscript {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
&.dragging {
|
||||
cursor: grabbing;
|
||||
}
|
||||
@@ -8271,7 +8275,7 @@ noscript {
|
||||
transform: translate(-50%, -50%);
|
||||
border: 2px solid var(--color-text-on-media);
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 0 9999em var(--color-shadow-primary);
|
||||
box-shadow: 0 0 0 9999em rgb(from black r g b / 25%);
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user