From fc90a725b1fbd16f3047926a0a923a4aa169d95d Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 2 Oct 2022 12:23:42 +0300 Subject: [PATCH] added creation of a shortcut on the desktop --- web/static/style/settings.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/static/style/settings.css b/web/static/style/settings.css index 7678e88..4c26062 100644 --- a/web/static/style/settings.css +++ b/web/static/style/settings.css @@ -45,4 +45,8 @@ #update-title { margin-top: 0.3em; -} \ No newline at end of file +} + +#createLabelButton { + margin-left: -12em; +}