1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 03:44:32 +02:00

chore: improve debugging experience (#3944)

This commit is contained in:
Sami Mazouz
2024-01-09 19:01:29 +01:00
committed by GitHub
parent 91b89bc698
commit c1be00e79a
3 changed files with 22 additions and 1 deletions

View File

@@ -137,6 +137,12 @@ blockquote ol:last-child {
white-space: pre-wrap;
margin: 0;
}
&-iframe {
width: 100%;
max-height: 90vh;
border: 0;
}
}
#flarum-loading {