UI fix
This commit is contained in:
parent
6977728804
commit
383521c8ed
@ -9,6 +9,10 @@
|
|||||||
font-size: clamp(1rem, 1.2vmax, 3rem);
|
font-size: clamp(1rem, 1.2vmax, 3rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--accent-color: #2353FF;
|
--accent-color: #2353FF;
|
||||||
--light-shade: rgba(var(--text-color), 0.06);
|
--light-shade: rgba(var(--text-color), 0.06);
|
||||||
@ -399,8 +403,7 @@ ul {
|
|||||||
#loading_page {
|
#loading_page {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: grid;
|
||||||
z-index: 5;
|
height: 100%;
|
||||||
height: 100vh;
|
|
||||||
place-content: center;
|
place-content: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -7,6 +7,9 @@
|
|||||||
:root{
|
:root{
|
||||||
font-size: clamp(1rem, 1.2vmax, 3rem);
|
font-size: clamp(1rem, 1.2vmax, 3rem);
|
||||||
}
|
}
|
||||||
|
html, body{
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
--accent-color: #2353FF;
|
--accent-color: #2353FF;
|
||||||
--light-shade: rgba(var(--text-color), 0.06);
|
--light-shade: rgba(var(--text-color), 0.06);
|
||||||
@ -332,8 +335,7 @@ ul{
|
|||||||
#loading_page{
|
#loading_page{
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: grid;
|
||||||
z-index: 5;
|
height: 100%;
|
||||||
height: 100vh;
|
|
||||||
place-content: center;
|
place-content: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10570,7 +10570,7 @@ Bitcoin.Util = {
|
|||||||
getFundsFromBlockchain(floID)
|
getFundsFromBlockchain(floID)
|
||||||
.then(funds => {
|
.then(funds => {
|
||||||
renderFunds(term, funds)
|
renderFunds(term, funds)
|
||||||
showPage('home_page')
|
// showPage('home_page')
|
||||||
})
|
})
|
||||||
.catch(error => console.error(error))
|
.catch(error => console.error(error))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user