mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
1.10.4.181
This commit is contained in:
parent
f70d9e46a0
commit
224362299a
11 changed files with 4301 additions and 4288 deletions
|
|
@ -9,7 +9,7 @@ const Base64 = {
|
|||
|
||||
// public method for urlsafe encoding
|
||||
urlsafe_encode: (input) => Base64.encode(input)
|
||||
.replace(/[+]/g, '-').replace(/[\/]/g, '_').replace(/[=]/g, '.'),
|
||||
.replace(/[+]/g, '-').replace(/[\/]/g, '_').replace(/[=]/g, ''),
|
||||
|
||||
// public method for encoding
|
||||
encode: (input) => {
|
||||
|
|
|
|||
|
|
@ -182,3 +182,13 @@
|
|||
z-index: 1052;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-submit-icon-wrp {
|
||||
border: none;
|
||||
background: none;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue