1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Electron: Reduced update window size to fit content

This commit is contained in:
Michael Hollister 2025-04-24 21:43:20 -05:00
parent c1ef01174c
commit 2afa866d82

View file

@ -89,6 +89,10 @@
margin-bottom: 15px;
}
#update-view {
margin: 0px 80px;
}
#update-text {
margin-top: 20px;
}
@ -101,6 +105,10 @@
margin-bottom: 10px;
}
#update-view {
margin: 0px 40px;
}
#update-text {
margin-top: 20px;
}
@ -113,6 +121,10 @@
margin-bottom: 10px;
}
#update-view {
margin: 0px 20px;
}
#update-text {
margin-top: 10px;
}