Skip to content

Commit

Permalink
Add feed form opened if JS disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Apr 15, 2021
1 parent d80a56c commit c092524
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ $border-color-active: white;
z-index: 100;
}

[data-is-opened="false"] {
display: none;
}

.feed-add-title {
margin: 0 0 1em;
color: $sidebar-color;
Expand Down Expand Up @@ -390,6 +386,7 @@ $feeds-list-toggle-transition: transform 0.3s;
background-color: #4b4b4b;
}

html:not(.no-js) .feed-add,
html:not(.no-js) .feed--closed {
display: none;
}
Expand Down

0 comments on commit c092524

Please sign in to comment.