diff --git a/mirzaev/site/mirzaev/system/public/css/graph.css b/mirzaev/site/mirzaev/system/public/css/graph.css index 6dadfd3..0bb2743 100644 --- a/mirzaev/site/mirzaev/system/public/css/graph.css +++ b/mirzaev/site/mirzaev/system/public/css/graph.css @@ -43,6 +43,7 @@ } section.graph { + z-index : 0; width : 100vw; height : 100vh; position : absolute; @@ -58,24 +59,24 @@ section.graph:active { } section.graph article.node { - z-index : 500; - position : absolute; - display : flex; - cursor : grab; - border-radius : 100%; - background-color : var(--node-background); + z-index : 500; + position : absolute; + display : flex; + cursor : grab; + border-radius : 100%; + background-color: var(--node-background); } section.graph article.node.animated { - animation-duration : 0.1s; - animation-name : node-select-revert; - animation-fill-mode : forwards; + animation-duration : 0.1s; + animation-name : node-select-revert; + animation-fill-mode: forwards; } section.graph article.node.animated:hover { - animation-duration : 0.1s; - animation-name : node-select; - animation-fill-mode : forwards; + animation-duration : 0.1s; + animation-name : node-select; + animation-fill-mode: forwards; } section.graph article.node:active { diff --git a/mirzaev/site/mirzaev/system/views/head.html b/mirzaev/site/mirzaev/system/views/head.html index 4c5ece4..54c82ab 100644 --- a/mirzaev/site/mirzaev/system/views/head.html +++ b/mirzaev/site/mirzaev/system/views/head.html @@ -1,5 +1,5 @@ {% block title %} -{% if head.title != empty %}{{head.title}}{% else %}Мирзаев{% endif %} +{% if head.title != empty %}{{head.title}}{% else %}Нейрожурнал Мирзаева{% endif %} {% endblock %} {% block meta %}