damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README

commit 6085605743b9fc588345245df5a6602d551bdddb
parent ccc08fa1bc614bb9e7737d0086d60e37e4d66da8
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 11 Nov 2022 17:01:50 -0800

web: more mobile-friendly

Diffstat:
Mweb/index.html | 6+++---
Mweb/styles.css | 3++-
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/web/index.html b/web/index.html @@ -4,8 +4,8 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Damus</title> - <link rel="stylesheet" href="styles.css?v=18"> - <link rel="stylesheet" href="damus.css?v=21"> + <link rel="stylesheet" href="styles.css?v=101"> + <link rel="stylesheet" href="damus.css?v=210"> <link rel="stylesheet" href="fontawesome.css?v=2"> </head> <body> @@ -63,7 +63,7 @@ <script src="noble-secp256k1.js?v=1"></script> <script src="bech32.js?v=1"></script> <script src="nostr.js?v=6"></script> - <script src="damus.js?v=58"></script> + <script src="damus.js?v=60"></script> <script> // I have to delay loading to wait for nos2x const relay = setTimeout(damus_web_init, 100) diff --git a/web/styles.css b/web/styles.css @@ -111,8 +111,9 @@ button.nav { font-weight: 800; display: block; } + #view { - width: 750px; + max-width: 750px; overflow-y: scroll; flex: 1; }