From b67aa63b265205e9192e9724c1579567e44a6777 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 25 Aug 2019 17:47:02 -0700 Subject: [PATCH] Add a comment explaining this css. --- frontends/etiquette_flask/templates/album.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontends/etiquette_flask/templates/album.html b/frontends/etiquette_flask/templates/album.html index 8a6e8f5..f80a46b 100644 --- a/frontends/etiquette_flask/templates/album.html +++ b/frontends/etiquette_flask/templates/album.html @@ -29,6 +29,9 @@ h2, h3 #right > * { + /* Fixes button_with_confirm, spinner, etc. from width-jumping on load, + because originally the button is occupying the full width and then becomes + small when it gets put into the holder */ margin-right: auto; } #right input