mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix: Spoilers would not toggle.
Hook events into Markdown render using ref.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
grid-auto-flow: row dense;
|
||||
|
||||
width: max-content;
|
||||
|
||||
|
||||
border-radius: 6px;
|
||||
margin: .125rem 0 .125rem;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.video {
|
||||
&.video {
|
||||
.actions {
|
||||
padding: 10px 12px;
|
||||
border-radius: 6px 6px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user