diff --git a/src/App.vue b/src/App.vue index 0d0cfbf..bb3a986 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,9 +9,10 @@ type="button" class="arconnectButton" > - Arconnect 💵 + Arconnect + 💵 + 🟢 -
@@ -72,6 +73,7 @@ export default { "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; text-align: center; } + .recentTorrents { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", @@ -88,10 +90,14 @@ export default { font-size: 15px; cursor: pointer; background-color: #eee; + display: block; + margin-left: auto; + margin-right: 0; } .connectHeader { - text-align: right; - width: 90%; + margin: 0 auto; + max-width: 1200px; + text-align: center; } .active { background: #ccc; diff --git a/src/components/tableComp.vue b/src/components/tableComp.vue index a33918d..ea93aa6 100644 --- a/src/components/tableComp.vue +++ b/src/components/tableComp.vue @@ -106,6 +106,7 @@ export default { #torrentTable { width: 80%; border-collapse: collapse; + max-width: 1200px; } #torrentTable td, diff --git a/src/components/torrentComp.vue b/src/components/torrentComp.vue index 65f7f1c..98ecbc9 100644 --- a/src/components/torrentComp.vue +++ b/src/components/torrentComp.vue @@ -6,13 +6,13 @@ 🧲 - {{seeders}} - {{leechers}} + {{ seeders }} + {{ leechers }} @@ -53,4 +52,13 @@ body { "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } + +.magnetSpan { + transform: rotate(270deg); + display: inline-block; +} + +.magnetSpan a { + text-decoration: none; +} diff --git a/src/components/uploadTorrentComp.vue b/src/components/uploadTorrentComp.vue index e9a0854..0dd82f1 100644 --- a/src/components/uploadTorrentComp.vue +++ b/src/components/uploadTorrentComp.vue @@ -137,6 +137,7 @@ export default { overflow: hidden; background-color: #f1f1f1; display: block; + max-width: 600px; } .inline-buttons {