aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles/helper.css
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-05-12 12:49:06 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-05-12 12:49:06 +0200
commit2477f1796ba88ab1ae7d8aa869a55a8b37d1d8bb (patch)
tree215571aaabd8cf662b29ed03939f5da92bae0d2c /frontend/src/styles/helper.css
parente8908768803c0fe037f5e873003078cc7cdb6293 (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.css3
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 {