Răsfoiți Sursa

highlight button in extension, remove default_legacy, remove bloat from yoomoney page

Front 3 ani în urmă
părinte
comite
6aeb60d3e8

+ 4 - 0
Extensions/chrome/popup.css

@@ -37,6 +37,10 @@ button {
     0 1px 10px 0 rgb(0 0 0 / 12%);
 }
 
+button:hover {
+    background: #444;
+}
+
 #advancedToggle {
   margin-top: 1em;
   margin-bottom: 2em;

+ 0 - 72
Website/layouts/default_legacy.vue

@@ -1,72 +0,0 @@
-<template>
-  <v-app id="inspire" dark>
-    <v-app-bar app color="lighten-2" flat>
-
-      <v-tabs centered class="ml-n9" color="primary" router>
-        <v-tab v-for="link in links" :key="link" :to="link.path">
-          {{ link.name }}
-        </v-tab>
-      </v-tabs>
-    </v-app-bar>
-
-    <v-main>
-
-      <v-img src="/ui/abstract.svg" style="position: absolute; top: 0; right: 0; width: 100%; height: 100%;" />
-      
-
-      
-      <nuxt />
-
-
-    </v-main>
-  </v-app>
-</template>
-
-<style>
-html, body {
-  overflow: hidden;
-}
-
-section {
-  height: 90vh;
-  width: 100vw;
-}
-.mainAltButton {
-  margin: 0.25em;
-}
-.center {
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
-}
-</style>
-
-<script>
-  export default {
-    data: () => ({
-      links: [
-        {
-          name: 'Home',
-          path: '/'
-        },
-        {
-          name: 'Install',
-          path: '/install'
-        },
-        {
-          name: 'FAQ',
-          path: '/faq'
-        },
-        {
-          name: 'Donate',
-          path: '/donate'
-        },
-        {
-          name: 'Links',
-          path: '/links'
-        },
-      ],
-    }),
-  }
-</script>

+ 1 - 11
Website/pages/pay/yoomoney.vue

@@ -1,15 +1,5 @@
 <template>
   <div>
-    
-    <section style="position: relative;">
-      <div class="center">
-        <center>
-
-          <iframe src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&amp;targets=For%20returnyoutubedislike.com&amp;targets-hint=&amp;default-sum=&amp;button-text=13&amp;hint=&amp;successURL=&amp;quickpay=shop&amp;account=410015901550027&amp;" allowtransparency="true" scrolling="no" width="423" height="222" frameborder="0" />
-
-        </center>
-      </div>
-    </section>
-
+    <iframe src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&amp;targets=For%20returnyoutubedislike.com&amp;targets-hint=&amp;default-sum=&amp;button-text=13&amp;hint=&amp;successURL=&amp;quickpay=shop&amp;account=410015901550027&amp;" allowtransparency="true" scrolling="no" width="423" height="222" frameborder="0" />
   </div>
 </template>