mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
add class pad to timeslider to fix height issue (#4941)
This commit is contained in:
parent
8e2a21ec84
commit
6f591b5c77
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* used in pad and timeslider */
|
||||||
html.pad, html.pad body {
|
html.pad, html.pad body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
|
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
|
||||||
%>
|
%>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="<%=settings.skinVariants%>">
|
<html class="pad <%=settings.skinVariants%>">
|
||||||
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
|
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue