Versions Search

This commit is contained in:
Jai A
2020-06-04 20:19:19 -07:00
parent 90373806c0
commit 1a142b7fe6
3 changed files with 35 additions and 7 deletions

View File

@@ -133,7 +133,6 @@
}
.mod-description div {
max-width: 1000px;
margin: 0 auto;
padding: 5px;
}
@@ -272,3 +271,25 @@
.download-normal {
background-color: #949494;
}
.files-search {
margin-top: 10px;
margin-bottom: 25px;
display: flex;
flex-direction: row;
}
.files-search-bar {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
width: 90%;
padding: 10px 0;
}
.files-versions {
height: 33px;
width: 10%;
margin-left: auto;
}