Add hideControls url param for screen recordings. (#1808)

---------

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-10-26 19:33:59 +02:00
committed by GitHub
parent e2c6a3eda6
commit 58ee31d383
3 changed files with 28 additions and 5 deletions

View File

@@ -98,3 +98,12 @@ limitations under the License.
gap: var(--cpd-space-4x);
}
}
.footerThin {
padding-top: var(--cpd-space-3x);
padding-bottom: var(--cpd-space-5x);
}
.footerHidden {
display: none;
}