1
1
Fork 0

Fix image height, add memories button style

This commit is contained in:
Sophie Marie 2023-10-28 17:38:34 -05:00
parent 204b2dea86
commit f1b3568ad1
Signed by: IDeletedSystem64
GPG key ID: 33A12B0480AFC8E9
2 changed files with 10 additions and 2 deletions

View file

@ -10,7 +10,6 @@ input {
background: #c3c3c3;
box-shadow: inset -1px -1px black;
min-width: 200px;
min-height: 30px;
font-family: 'Share Tech Mono', sans-serif;
@ -30,3 +29,11 @@ input.start {
padding-left: 25px;
}
input.memories {
min-width: 130px;
max-width: 200px;
align-self: center;
}
/* I've probably done something horribly wrong because I have to specify a CSS class to make the thing size correctly, though I'm kind of jsut trying to make it work right now.*/

View file

@ -22,6 +22,7 @@ img.art_temp {
width: 50%;
align-self: center;
padding-top: 5vh;
padding-bottom: 5vh;
}
div.taskbar {