Add hideControls url param for screen recordings.

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-10-21 01:07:02 +02:00
parent caaf99b25a
commit f74b982568
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;
}