1
0

fix progress

This commit is contained in:
2024-03-20 23:44:39 +09:00
parent ed1d908e74
commit dfc76015a6
2 changed files with 42 additions and 12 deletions

19
dist/css/style.css vendored
View File

@ -3,13 +3,20 @@ body {
overflow: hidden;
}
#progressBar {
width: 500px;
height: 24px;
progress {
width: 100%;
height:8px;
position: absolute;
left: 50%;
top: 10px;
margin-left: -250px;
border-radius: 0px;
}
::-webkit-progress-bar {
border-radius: 0px;
background-color: #e6e6fa;
}
::-webkit-progress-value {
background-color: #4682b4;
}
div#menu {