diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css index 5f5f7452ece5fe028c33edbc67e8ceffcd946f92..57a289fe4ad79a6abf4d7f8e57b38402c8af9501 100644 --- a/resources/static/dialog/css/popup.css +++ b/resources/static/dialog/css/popup.css @@ -284,14 +284,15 @@ section > .contents { #favicon img { display: block; margin: 0 auto; - max-height: 128px; - max-width: 128px; + max-height: 100px; + max-width: 100px; } #favicon h2, #favicon h3 { white-space: nowrap; text-overflow: ellipsis; - line-height: 1.3; /* the 1.3em is to keep y, g, j, etc from having their bottoms chopped off */ + font-size: 28px; + line-height: 1.2em; /* the 1.2em is to keep y, g, j, etc from having their bottoms chopped off */ overflow: hidden; } @@ -300,8 +301,8 @@ section > .contents { } #favicon h3 { - font-size: 19px; margin-top: 0; + font-size: 14px; } #favicon .vertical {