Skip to content

Commit

Permalink
Bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaNKtext committed Sep 24, 2021
1 parent 5e9348f commit f63045a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ yarn.lock

# Google
robots.txt
sitemap.xml
sitemap.xml

# In development
custom
newapi
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="nav-search">
<form action="search.html">
<container id="searchbar" class="searchbar">
<input type="text" name="search-placeholder" placeholder="Beatmap or SID" />
<input type="text" name="q" placeholder="Beatmap or SID" />
</container>
</form>
</div>
Expand Down
23 changes: 22 additions & 1 deletion public/testing/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -864,11 +864,32 @@ progress.finished::-webkit-progress-value {
}
/* Beatmap Box/List */
.beatmap-list {
margin-top: 20px;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
justify-content: left;
margin-right: -17px;
position: relative;
margin-right: -12px;
}


.dragbox {
box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
background: #eee;
color: #666;
border-radius: 6px;
font-size: 18px;
height: 200px;
width: 245px;
margin-bottom: 20px;
margin-right: 17px;
}
.dragbox-inner {
width: 80%;
margin-left: 10%;
margin-top: 16%;
line-height: 1.5em;
}

.beatmapbox {
Expand Down
1 change: 0 additions & 1 deletion public/testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel=”canonical” href=”https://webosu.online/”/>
<meta name="description" content="The unofficial osu web port with a huge pool of beatmaps">
<meta name="google-site-verification" content="8AkmJlQlXyRY96VwUM7YAOEAZSWqW98tObByi1trF8c" />

<link rel="icon" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/picnic.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
Expand Down

0 comments on commit f63045a

Please sign in to comment.