remove window type

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 22:05:30 +08:00
parent 0a79f64528
commit 181df98a98
2 changed files with 1 additions and 6 deletions

View file

@ -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 role="window"> <body>
<header> <header>
<nav id="header" class="nav-wrapper transparent"> <nav id="header" class="nav-wrapper transparent">
<ul class="right"> <ul class="right">

View file

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