Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit cea206c

Browse files
authored
Animated font size change
1 parent 7f63209 commit cea206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/settings-screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="../<?php echo $ICEcoder["codeMirrorDir"]; ?>/lib/codemirror-compressed.js?microtime=<?php echo microtime(true);?>"></script>
1616

1717
<style type="text/css">
18-
.CodeMirror {position: absolute; width: 409px; height: 180px; font-size: <?php echo $ICEcoder["fontSize"];?>}
18+
.CodeMirror {position: absolute; width: 409px; height: 180px; font-size: <?php echo $ICEcoder["fontSize"];?>; transition: font-size 0.25s ease}
1919
.CodeMirror-scroll {overflow: hidden}
2020
/* Make sure this next one remains the 3rd item, updated with JS */
2121
.cm-tab {border-left-width: <?php echo $ICEcoder["visibleTabs"] ? "1px" : "0";?>; margin-left: <?php echo $ICEcoder["visibleTabs"] ? "-1px" : "0";?>; border-left-style: solid; border-left-color: rgba(255,255,255,0.2)}

0 commit comments

Comments
 (0)