mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
website: update contact page layout if JS is disabled (#3331)
* website: update page layout for the case if javascript is disabled in browser. * website: add noscript tag & update heading * website: do some changes in layout of contact page without JS --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
@@ -957,3 +957,7 @@ p a{
|
||||
top: calc(66px + 2rem);
|
||||
}
|
||||
}
|
||||
|
||||
.d-none-if-js-disabled{
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user