Commit 0c45a64
committed
Correctly hide download buttons using CSS
`visibility:hidden; height: 0px` still keeps margins, creating a large
amount of whitespace. `display: none` is the correct way to remove an
HTML element completely.1 parent b86ebba commit 0c45a64
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments