set popup width
This commit is contained in:
parent
80f905a0a0
commit
94c1789a2b
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,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">
|
||||||
|
|
|
@ -12,3 +12,7 @@
|
||||||
#score::-webkit-progress-value {
|
#score::-webkit-progress-value {
|
||||||
background-color: #ffF;
|
background-color: #ffF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[role="window"] {
|
||||||
|
width: 250pt;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue