mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-13 08:34:36 +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 {
|
#rl-loading, #rl-loading-error {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font: 30px Tahoma;
|
font-size: 30px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
|
|
|
@ -7182,7 +7182,7 @@ html.rl-ctrl-key-pressed .btn-group.open .hidden-on-ctrl-btn {
|
||||||
#rl-loading,
|
#rl-loading,
|
||||||
#rl-loading-error {
|
#rl-loading-error {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font: 30px Tahoma;
|
font-size: 30px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 65px;
|
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