diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/css/live-captioning.css b/css/live-captioning.css index bd714c2..c367396 100644 --- a/css/live-captioning.css +++ b/css/live-captioning.css @@ -95,6 +95,17 @@ li { background-color: transparent; } +.fl-panelBar { + display: none; +} + +.lc-on .fl-panelBar { + display: block; + position: relative; + visibility: visible; + z-index: 11; +} + #lc-refresh { display: none; } diff --git a/index.html b/index.html index 60b88fc..4244e7a 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,33 @@ + + + + + + + + +
+ + +