mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-25 11:51:03 +00:00
cleaned a lot of stinky stuff
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
import DownloadSelector from "../atoms/DownloadSelector.svelte";
|
||||
</script>
|
||||
|
||||
<div class="download-selector-main">
|
||||
<div class="recent"><DownloadSelector/></div>
|
||||
<div class="main">
|
||||
<DownloadSelector></DownloadSelector>
|
||||
<DownloadSelector></DownloadSelector>
|
||||
<DownloadSelector></DownloadSelector>
|
||||
@@ -12,21 +13,20 @@
|
||||
<DownloadSelector></DownloadSelector>
|
||||
</div>
|
||||
|
||||
|
||||
<style>
|
||||
.download-selector-main {
|
||||
.recent, .main {
|
||||
background-color: var(--grey-one);
|
||||
margin-top: 2rem;
|
||||
padding: 0.75rem 0.75rem;
|
||||
border-radius: 25px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main {
|
||||
gap:0.9rem;
|
||||
display:grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
grid-auto-flow: column;
|
||||
overscroll-behavior-x: contain;
|
||||
scroll-snap-type: x mandatory;
|
||||
overflow-x: scroll;
|
||||
|
||||
-webkit-mask-image: linear-gradient(#ffffff, #e66869);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user