mirror of
https://github.com/SrIzan10/return-youtube-dislike.git
synced 2026-05-01 10:55:27 +00:00
translator dropdown mobile position adjustment
This commit is contained in:
@@ -40,19 +40,7 @@
|
||||
transition="slide-y-reverse-transition"
|
||||
>
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
<v-btn
|
||||
text
|
||||
fab
|
||||
class="glass"
|
||||
style="
|
||||
border-radius: 1rem !important;
|
||||
position: fixed;
|
||||
bottom: 2rem;
|
||||
right: 1rem;
|
||||
"
|
||||
v-bind="attrs"
|
||||
v-on="on"
|
||||
>
|
||||
<v-btn text fab class="glass" id="translator" v-bind="attrs" v-on="on">
|
||||
<v-icon>mdi-translate</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
@@ -217,6 +205,14 @@ body {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
#translator {
|
||||
border-radius: 1rem !important;
|
||||
position: fixed;
|
||||
bottom: 2rem;
|
||||
right: 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
/* mobile */
|
||||
.title-text {
|
||||
@@ -232,6 +228,9 @@ body {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#translator {
|
||||
bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* used in docs.vue, help.vue and faq.vue */
|
||||
|
||||
Reference in New Issue
Block a user