mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-31 11:52:20 +00:00
Improve loading, add TM warning
This commit is contained in:
parent
640d4f5bf2
commit
e0a143987f
3 changed files with 17 additions and 3 deletions
|
@ -74,6 +74,14 @@ a:not(.noline) {
|
|||
min-height: 80vh;
|
||||
}
|
||||
|
||||
.component{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#app.loaded .component{
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
h3.header {
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue