You've already forked AstralRinth
forked from didirus/AstralRinth
Versions Search
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user