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;
font-size: 28px;
font-weight: bold;
margin-right: 0.3em;
}
.close:hover,
@ -84,7 +85,7 @@ a.active{
float:right;
background-color: Transparent;
background-repeat:no-repeat;
border: none;
border: none;
padding:0.5em;
}
@ -104,4 +105,3 @@ a.active{
#global-graph-svg:hover{
background: var(--primary);
}