Fix image height, add memories button style
This commit is contained in:
parent
204b2dea86
commit
f1b3568ad1
2 changed files with 10 additions and 2 deletions
|
@ -10,7 +10,6 @@ input {
|
||||||
background: #c3c3c3;
|
background: #c3c3c3;
|
||||||
box-shadow: inset -1px -1px black;
|
box-shadow: inset -1px -1px black;
|
||||||
|
|
||||||
min-width: 200px;
|
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
|
||||||
font-family: 'Share Tech Mono', sans-serif;
|
font-family: 'Share Tech Mono', sans-serif;
|
||||||
|
@ -29,4 +28,12 @@ input.start {
|
||||||
max-width: 230px;
|
max-width: 230px;
|
||||||
|
|
||||||
padding-left: 25px;
|
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.*/
|
|
@ -22,6 +22,7 @@ img.art_temp {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
padding-top: 5vh;
|
padding-top: 5vh;
|
||||||
|
padding-bottom: 5vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.taskbar {
|
div.taskbar {
|
||||||
|
|
Reference in a new issue