set popup height and width
This commit is contained in:
parent
8dce19a3a1
commit
6ebb073b64
2 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<script src="../scripts/pages/popup.js" type="module"></script>
|
<script src="../scripts/pages/popup.js" type="module"></script>
|
||||||
<link href="/styles/popup.css" rel="stylesheet" type="text/css" />
|
<link href="/styles/popup.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body role="window">
|
||||||
<header>
|
<header>
|
||||||
<nav id="header" class="nav-wrapper transparent">
|
<nav id="header" class="nav-wrapper transparent">
|
||||||
<ul class="right">
|
<ul class="right">
|
||||||
|
|
|
@ -85,3 +85,8 @@ iframe.viewer {
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[role="window"] {
|
||||||
|
width: 300pt;
|
||||||
|
height: 300pt;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue