fix cross button location

This commit is contained in:
DhammaCharts 2022-07-13 09:22:45 +01:00
parent d0104d7ad1
commit 55c65e72a2

View File

@ -71,6 +71,7 @@ a.active{
float: right; float: right;
font-size: 28px; font-size: 28px;
font-weight: bold; font-weight: bold;
margin-right: 0.3em;
} }
.close:hover, .close:hover,
@ -104,4 +105,3 @@ a.active{
#global-graph-svg:hover{ #global-graph-svg:hover{
background: var(--primary); background: var(--primary);
} }