Notion Size

This commit is contained in:
Kamesuta 2020-11-27 20:06:17 +09:00
parent 6a06c9c72e
commit 20d7c2e31e
3 changed files with 31 additions and 8 deletions

View File

@ -18,7 +18,7 @@
],
"linebreak-style": [
"error",
"windows"
"unix"
],
"quotes": [
"error",

View File

@ -3791,4 +3791,26 @@ input:checked + .toggleSwitchSlider:before {
.rotatingBack {
animation: rotatingBack 25s linear infinite;
}
/* Notion */
#notionContainer {
margin-top: 120px;
width: 100%;
height: calc(100% - 120px);
overflow: hidden;
}
#notion {
width: calc(100% / 0.65);
height: calc(100% / 0.65);
border: 0;
zoom: 1.00;
-moz-transform: scale(0.65);
-moz-transform-origin: 0 0;
-o-transform: scale(0.65);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.65);
-webkit-transform-origin: 0 0;
}

View File

@ -7,13 +7,14 @@
</div>
</div>
<div id="content">
<iframe
id="notion"
src="https://www.notion.so/teamkun/News-be3a005c2c0c461389da5329bba85055"
allowtransparency="allowtransparency"
style="width: 100%; height: 100%; border: 0;"
>
</iframe>
<div id="notionContainer">
<iframe
id="notion"
src="https://www.notion.so/teamkun/News-be3a005c2c0c461389da5329bba85055"
allowtransparency="allowtransparency"
>
</iframe>
</div>
</div>
<div id="right">
<div id="rightContainer">