Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFront <27463495+Frontesque@users.noreply.github.com>2021-12-03 06:24:32 +0300
committerFront <27463495+Frontesque@users.noreply.github.com>2021-12-03 06:24:32 +0300
commitd1c3d0382dd593b06a155d648becfe1d835c34f9 (patch)
tree5cc7da997881f9bf41a9151edfee77a447f0efb6 /Website
parentaaecb6c8c4f9b3887b83e6d3233eac0361202b71 (diff)
mobile
Diffstat (limited to 'Website')
-rw-r--r--Website/layouts/default.vue9
1 files changed, 5 insertions, 4 deletions
diff --git a/Website/layouts/default.vue b/Website/layouts/default.vue
index cad9ef4..de5bc5a 100644
--- a/Website/layouts/default.vue
+++ b/Website/layouts/default.vue
@@ -66,12 +66,13 @@ html, body {
transform: scale(1) translateY(0);
}
}
-
-@media (min-width: 1670px) {
- .WhyCelesteHead {
- width: 1234px;
+/*
+@media (min-width: 1234px) {
+ .topBar {
+ width: 95%;
}
}
+*/
</style>