options styling

This commit is contained in:
SpikeHD
2022-05-12 22:34:48 -07:00
parent 5126f89d8b
commit 41bedf0c02
3 changed files with 12 additions and 2 deletions

View File

@@ -5,9 +5,13 @@
justify-content: center; justify-content: center;
} }
.DirInput input {
text-overflow: ellipsis;
}
.FileSelectIcon { .FileSelectIcon {
height: 20px; height: 20px;
margin: 10px; margin-left: 10px;
filter: invert(99%) sepia(0%) saturate(1188%) hue-rotate(186deg) brightness(97%) contrast(67%); filter: invert(99%) sepia(0%) saturate(1188%) hue-rotate(186deg) brightness(97%) contrast(67%);
transition: filter 0.1s ease-in-out; transition: filter 0.1s ease-in-out;

View File

@@ -9,7 +9,9 @@
height: 70%; height: 70%;
width: 60%; width: 60%;
background-color: #fff; background: #fff;
padding: 20px;
border-radius: 10px;
} }
.MenuInner { .MenuInner {

View File

@@ -2,4 +2,8 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between;
margin-bottom: 8px;
width: 80%;
} }