feat: make buttontotop selective
This commit is contained in:
@@ -25,7 +25,6 @@ useHead({ title: "Eggworld" });
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<ButtonToTop />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@@ -76,12 +75,6 @@ html.dark footer {
|
||||
--footer-drop-color: black;
|
||||
}
|
||||
|
||||
div#__nuxt {
|
||||
/* we need an element with only one child */
|
||||
display: grid;
|
||||
grid-template-columns: auto 0px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
main {
|
||||
width: 90%;
|
||||
|
Reference in New Issue
Block a user