mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-11 23:54:15 +08:00
Fix loading font (Closes #297)
This commit is contained in:
parent
86b8653357
commit
22a0a0c2f3
3 changed files with 3 additions and 3 deletions
|
@ -259,7 +259,7 @@ html.rl-ctrl-key-pressed {
|
|||
|
||||
#rl-loading, #rl-loading-error {
|
||||
position: absolute;
|
||||
font: 30px Tahoma;
|
||||
font-size: 30px;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
|
|
|
@ -7182,7 +7182,7 @@ html.rl-ctrl-key-pressed .btn-group.open .hidden-on-ctrl-btn {
|
|||
#rl-loading,
|
||||
#rl-loading-error {
|
||||
position: absolute;
|
||||
font: 30px Tahoma;
|
||||
font-size: 30px;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
|
|
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue