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:
parent
c1ef01174c
commit
2afa866d82
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue