1
0
Fork 0
forked from lthn/blockchain

Merge remote-tracking branch 'origin/frontend' into frontend

# Conflicts:
#	src/gui/qt-daemon/html/main.js
#	src/gui/qt-daemon/html/main.js.map
This commit is contained in:
wildkif 2019-05-07 12:09:01 +03:00
commit 636fc4f9b3
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -45,12 +45,14 @@
}
.chart {
position: relative;
display: flex;
align-items: center;
flex: 1 1 auto;
min-height: 40rem;
> div {
position: absolute;
width: 100%;
height: 100%;
}