From a3e05a86d3ecb15ac1e95c1b470be5c644a7e666 Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 27 Jun 2022 03:45:46 -0400 Subject: [PATCH] Enforce minimum width on header dropdown. The header dropdown menu's horizontal positioning depends on the width of the user pfp/username/currency region to not overflow off the right side of the page. Therefore, we enforce a minimum width. There is presumably some way to fix this by right-aligning the right side of the dropdown menu to the right side of the dropdown header. I didn't want to risk it given the strange interplay of all of the Bootstrap styling and the media queries. Also, it does visually look better to be left-aligned. --- files/templates/header.html | 4 ++-- files/templates/util/assetcache.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/header.html b/files/templates/header.html index a7b56f75f..365942e99 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -158,7 +158,7 @@