damus.io

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

commit ca193ae4c63472ce1515c0129282d582206bb249
parent 642170679e04a051e00e7a294c6be8f517176cc7
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 11 Nov 2022 17:22:10 -0800

web: make profile pictures smaller on mobile

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

diff --git a/web/index.html b/web/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Damus</title> - <link rel="stylesheet" href="styles.css?v=102"> + <link rel="stylesheet" href="styles.css?v=104"> <link rel="stylesheet" href="damus.css?v=210"> <link rel="stylesheet" href="fontawesome.css?v=2"> </head> diff --git a/web/styles.css b/web/styles.css @@ -325,4 +325,9 @@ input[type="text"].cw { :root { --navPadding: 2px; } + + .userpic > img { + width: 44px; + height: 44px; + } }