Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
the solution before for carousel was flawed, this one actually works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Dec 24, 2020
1 parent e7eb6b3 commit 891fa2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Generated/github.user.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name GoogleCentered();
@namespace github.com/DarkThemeHub/GoogleDarkTheme
@version 1.4.1
@version 1.4.2
@description Google Search Engine Centered For Big Screens.
@author DarkThemeHub
@homepageURL https://github.com/DarkThemeHub/GoogleCentered
Expand All @@ -17,9 +17,8 @@ html {
.D6j0vc {
width: 100% !important; }

div[data-hveid="CAgQAQ"] {
padding: 30px;
margin-left: -30px; }
.mJVYJe {
margin-right: 30px !important; }

/* center page */
@media only screen and (max-width: 12000px) and (min-width: 3200px) {
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
5 changes: 2 additions & 3 deletions Theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ html {
width: 100% !important;
}

div[data-hveid="CAgQAQ"] {
padding: 30px;
margin-left: -30px;
.mJVYJe {
margin-right: 30px !important;
}

@function getValInRange($min, $max, $t-param) {
Expand Down

0 comments on commit 891fa2f

Please sign in to comment.