diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-12 12:49:06 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-12 12:49:06 +0200 |
commit | 2477f1796ba88ab1ae7d8aa869a55a8b37d1d8bb (patch) | |
tree | 215571aaabd8cf662b29ed03939f5da92bae0d2c /frontend/src/styles/helper.css | |
parent | e8908768803c0fe037f5e873003078cc7cdb6293 (diff) |
Promeni hovere tako da ne menjaju glavni prikaz komponenti (folder, column-table). Pomerio dugme za pozadinu u centar tako da se ne preklapa sa notifikacijama.
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r-- | frontend/src/styles/helper.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index 1c172058..971a2ed6 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -17,7 +17,8 @@ .bg-controls { position: fixed; bottom: 10px; - right: 10px; + left: 50%; + right: 50%; } .center-horizontal { |