Skip to content

Commit 0fb35a3

Browse files
authored
HFP-1869 Fix fullscreen button icon not centered
1 parent 78c19d6 commit 0fb35a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/h5p.css

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ body.h5p-semi-fullscreen {
106106
line-height: 0.975em;
107107
font-size: 2em;
108108
width: 1.125em;
109-
height: 0.925em;
110-
text-indent: -0.0875em;
109+
height: 1em;
110+
text-indent: 0.04em;
111111
}
112112
.h5p-disable-fullscreen {
113113
line-height: 0.925em;

0 commit comments

Comments
 (0)