graph.css update

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2022-12-03 04:27:37 +10:00
parent 617d68fd4c
commit 42d2d419e4
2 changed files with 14 additions and 13 deletions

View File

@ -43,6 +43,7 @@
} }
section.graph { section.graph {
z-index : 0;
width : 100vw; width : 100vw;
height : 100vh; height : 100vh;
position : absolute; position : absolute;
@ -63,19 +64,19 @@ section.graph article.node {
display : flex; display : flex;
cursor : grab; cursor : grab;
border-radius : 100%; border-radius : 100%;
background-color : var(--node-background); background-color: var(--node-background);
} }
section.graph article.node.animated { section.graph article.node.animated {
animation-duration : 0.1s; animation-duration : 0.1s;
animation-name : node-select-revert; animation-name : node-select-revert;
animation-fill-mode : forwards; animation-fill-mode: forwards;
} }
section.graph article.node.animated:hover { section.graph article.node.animated:hover {
animation-duration : 0.1s; animation-duration : 0.1s;
animation-name : node-select; animation-name : node-select;
animation-fill-mode : forwards; animation-fill-mode: forwards;
} }
section.graph article.node:active { section.graph article.node:active {

View File

@ -1,5 +1,5 @@
{% block title %} {% block title %}
<title>{% if head.title != empty %}{{head.title}}{% else %}Мирзаев{% endif %}</title> <title>{% if head.title != empty %}{{head.title}}{% else %}Нейрожурнал Мирзаева{% endif %}</title>
{% endblock %} {% endblock %}
{% block meta %} {% block meta %}