Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 5d1041b

Browse files
cvenezianir3trofitted
authored andcommitted
Hide the empty log box on page load
1 parent 93b5ad1 commit 5d1041b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/assets/stylesheets/_commons.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ header {
3535
}
3636

3737
.log {
38-
display: inline-block;
38+
display: none;
3939
width: auto;
4040
margin: 0 auto;
4141
text-align: center;
42-
display: inline-block;
4342
font-family: Consolas, monaco, monospace;
4443
color: #fff;
4544
font-size: .9em;

0 commit comments

Comments
 (0)