Add sanitize.css to all windows and styleguide
This commit is contained in:
parent
8d4125f0a8
commit
fba401aee8
9 changed files with 12 additions and 4 deletions
|
@ -13,6 +13,7 @@
|
|||
script-src 'self';
|
||||
style-src 'self' 'unsafe-inline';"
|
||||
>
|
||||
<link href="node_modules/sanitize.css/sanitize.css" rel="stylesheet" type="text/css" />
|
||||
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<style>
|
||||
body {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
>
|
||||
<title>Signal</title>
|
||||
<link href='images/icon_128.png' rel='shortcut icon'>
|
||||
<link href="node_modules/sanitize.css/sanitize.css" rel="stylesheet" type="text/css" />
|
||||
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<link href="node_modules/draft-js/dist/Draft.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
script-src 'self';
|
||||
style-src 'self' 'unsafe-inline';"
|
||||
>
|
||||
<link href="node_modules/sanitize.css/sanitize.css" rel="stylesheet" type="text/css" />
|
||||
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<style>
|
||||
</style>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
script-src 'self';
|
||||
style-src 'self' 'unsafe-inline';"
|
||||
>
|
||||
<link href="node_modules/sanitize.css/sanitize.css" rel="stylesheet" type="text/css" />
|
||||
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<style>
|
||||
</style>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
script-src 'self';
|
||||
style-src 'self' 'unsafe-inline';"
|
||||
>
|
||||
<link href="node_modules/sanitize.css/sanitize.css" rel="stylesheet" type="text/css" />
|
||||
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<style>
|
||||
</style>
|
||||
|
|
|
@ -64,6 +64,11 @@ module.exports = {
|
|||
template: {
|
||||
head: {
|
||||
links: [
|
||||
{
|
||||
rel: 'stylesheet',
|
||||
type: 'text/css',
|
||||
href: '/node_modules/sanitize.css/sanitize.css',
|
||||
},
|
||||
{
|
||||
rel: 'stylesheet',
|
||||
type: 'text/css',
|
||||
|
|
|
@ -44,6 +44,7 @@ img.emoji {
|
|||
width: 1.4em;
|
||||
height: 1.4em;
|
||||
margin-bottom: -4px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
img.emoji.small {
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
@ -6720,6 +6720,7 @@ button.module-image__border-overlay:focus {
|
|||
width: $size;
|
||||
height: $size;
|
||||
transform: translate3d(0, 0, 0);
|
||||
vertical-align: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue