set popup width

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 14:46:38 +08:00
parent 80f905a0a0
commit 94c1789a2b
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<script src="../scripts/pages/popup.js" type="module"></script>
<link href="/styles/popup.css" rel="stylesheet" type="text/css" />
</head>
<body>
<body role="window">
<header>
<nav id="header" class="nav-wrapper transparent">
<ul class="right">

View file

@ -12,3 +12,7 @@
#score::-webkit-progress-value {
background-color: #ffF;
}
body[role="window"] {
width: 250pt;
}