Set preview css guild id field width smaller

This commit is contained in:
Jeremy Zhang 2017-09-19 23:55:58 +00:00
parent 87d5c3e462
commit 24f6b72f17

View File

@ -163,5 +163,9 @@ will have CSS cosmetic privilages removed, if caught. Please don't, we check the
height: 43vh; height: 43vh;
min-height: 450px; min-height: 450px;
} }
#preview_guildid {
width: 180px;
}
</style> </style>
{% endblock %} {% endblock %}