K19-Screenshot (Bühnenplan) + Fallback-SVGs responsiv skalieren #144
@ -2793,6 +2793,15 @@ ul[data-type='task_list'] li p:last-of-type {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Plugin-fallback SVGs (e.g. Excalidraw sketches inlined by the api's
|
||||||
|
fallback renderer) carry fixed pixel width/height attributes; without this
|
||||||
|
they overflow narrow viewports — the img rule above does not match inline
|
||||||
|
<svg> elements. */
|
||||||
|
.dt-plugin-fallback svg {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* Effective-permissions inspector (issue #57) */
|
/* Effective-permissions inspector (issue #57) */
|
||||||
.inspector__intro {
|
.inspector__intro {
|
||||||
color: var(--color-text-muted);
|
color: var(--color-text-muted);
|
||||||
|
|||||||
@ -46,6 +46,8 @@ Nadia hat damit auf ihrer Seite
|
|||||||
den Bühnenplan fürs nächste Open-Air gekritzelt — samt Merker, wo der
|
den Bühnenplan fürs nächste Open-Air gekritzelt — samt Merker, wo der
|
||||||
beste Platz ist.
|
beste Platz ist.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Inhaltsverzeichnis — lange Seiten gliedern
|
## Inhaltsverzeichnis — lange Seiten gliedern
|
||||||
|
|
||||||
Ein **Seiten-Werkzeug**: Es sitzt hinter dem Werkzeug-Symbol in der
|
Ein **Seiten-Werkzeug**: Es sitzt hinter dem Werkzeug-Symbol in der
|
||||||
|
|||||||
BIN
docs/de/tutorial/img/19-excalidraw-buehnenplan.png
Normal file
BIN
docs/de/tutorial/img/19-excalidraw-buehnenplan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 259 KiB |
Loading…
Reference in New Issue
Block a user