Fix button and taskbar sizing

This commit is contained in:
Sophie Marie 2023-08-01 11:20:04 -05:00
parent 26c6f75125
commit f2eb0cba34
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
2 changed files with 5 additions and 6 deletions

View File

@ -19,9 +19,8 @@ input {
background: #c3c3c3;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
top: -1px;
min-width: 200px;
min-height: 16px;
min-height: 32px;
font-family: 'Share Tech Mono', 'monospace';
font-size: 13pt;
@ -29,7 +28,7 @@ input {
}
input:active {
background: #dadada;
background: #b5b5b5;
box-shadow: inset 0em 0em;
}
@ -37,7 +36,7 @@ input:active {
input.start {
/* Yes, the home button is called the "Start" button inside, sue us, Microsoft! */
height: 29px;
min-height: 29px;
min-width: 130px;
max-width: 230px;
@ -49,7 +48,7 @@ input.start {
input.taskbar{
height: 29px;
min-height: 29px;
min-width: 170px;
max-width: 230px;
}

View File

@ -78,7 +78,7 @@ div.taskbar {
top: 0px;
width: 100%;
height: 30px;
height: 31px;
background-color: #c3c3c3;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #c3c3c3,inset -2px -2px grey,inset 2px 2px #dfdfdf;
}