diff --git a/frontend/static/css/result.css b/frontend/static/css/result.css index d807143..99a7f7b 100644 --- a/frontend/static/css/result.css +++ b/frontend/static/css/result.css @@ -41,7 +41,7 @@ main .notepad .poll-option .progress .poll-bar { vertical-align: top; display: inline-block; height: 100%; - width: calc(100% - 50px); + width: calc(100% - 70px); } main .notepad .poll-option .progress .poll-bar .poll-bar-fill { height: calc(100% - 5px); @@ -50,7 +50,7 @@ main .notepad .poll-option .progress .poll-bar .poll-bar-fill { transition: width .3s; } main .notepad .poll-option .progress .poll-bar-text { - width: 50px; + width: 70px; } main .notepad .poll-option .progress .poll-bar-text::after { content: "%"; diff --git a/src/frontend.ts b/src/frontend.ts index 9a2ea3f..832ca29 100644 --- a/src/frontend.ts +++ b/src/frontend.ts @@ -111,8 +111,8 @@ export default function init(router: Router): void {