mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
Release commit
This commit is contained in:
parent
17efdbf3bd
commit
9cb14e1136
2 changed files with 4 additions and 4 deletions
|
@ -12,12 +12,12 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 1600px;
|
width: 1600px;
|
||||||
height: 390px;
|
height: 400px;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.domain-edit .modal-body {
|
&.domain-edit .modal-body {
|
||||||
height: 320px;
|
height: 340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.domain-second-page .modal-body {
|
&.domain-second-page .modal-body {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.9.4",
|
"version": "1.9.4",
|
||||||
"release": "395",
|
"release": "398",
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"homepage": "http://rainloop.net",
|
"homepage": "http://rainloop.net",
|
||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"plugins"
|
"plugins"
|
||||||
],
|
],
|
||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md",
|
||||||
"ownCloudPackageVersion": "4.10",
|
"ownCloudPackageVersion": "4.11",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.10.0"
|
"node": ">= 0.10.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue