From 4ebdc52dfbf8c8f44d6b72b0183e87e2c76124e1 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Sun, 13 Oct 2019 22:30:14 +0800 Subject: [PATCH] refact: add banner --- js/ditto.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ditto.js b/js/ditto.js index edccf29..e11931f 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -220,6 +220,7 @@ function create_banner(element) { 'background-color: #c4e0e1', 'border-radius: 5px', 'font-size: 75%', + 'width: 210px', 'color: #333333' ].join(';');