From 24f6b72f17de27ebb2e0369818d9b163908fed58 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Tue, 19 Sep 2017 23:55:58 +0000 Subject: [PATCH] Set preview css guild id field width smaller --- webapp/titanembeds/templates/usercss.html.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/titanembeds/templates/usercss.html.j2 b/webapp/titanembeds/templates/usercss.html.j2 index 7bdffd5..0ce55ed 100644 --- a/webapp/titanembeds/templates/usercss.html.j2 +++ b/webapp/titanembeds/templates/usercss.html.j2 @@ -163,5 +163,9 @@ will have CSS cosmetic privilages removed, if caught. Please don't, we check the height: 43vh; min-height: 450px; } + + #preview_guildid { + width: 180px; + } {% endblock %} \ No newline at end of file