Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
update
  • Loading branch information
CorellanStoma committed Jan 25, 2022
1 parent f194e3b commit ee4c9a2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@

# v1.0.8
* Fixed Searchbar bug.
* Fixed Grid bug.
* Fixed Grid bug.

# v1.0.9
* Fixed Title bug.
2 changes: 1 addition & 1 deletion dev.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝

:root {
--FA-version: "v1.0.8";
--FA-version: "v1.0.9";

--FG-row: 1fr 1fr 1fr;

Expand Down
2 changes: 1 addition & 1 deletion friends-grid.theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name CreArts | Friends-Grid
* @version 1.0.8
* @version 1.0.9
* @author CorellanStoma#1996
* @authorLink https://crearts-community.github.io
* @description Friends-Grid adds a grid view to the friends list.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CreArts | Friends-Grid",
"version": "1.0.8",
"version": "1.0.9",
"author": "CorellanStoma#1996",
"description": "Friends-Grid adds a grid view to the friends list.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion powercord_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CreArts | Friends-Grid",
"version": "1.0.8",
"version": "1.0.9",
"author": "CorellanStoma#1996",
"description": "Friends-Grid adds a grid view to the friends list.",
"license": "MIT",
Expand Down
11 changes: 3 additions & 8 deletions src/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// Header
.peopleColumn-1wMU14 .title-x4dI75 {
position: absolute;
top: -110px;
left: -28px;
top: 10px;
left: -10px;
font-weight: 700;
font-family: var(--font-display);
color: var(--header-primary);
Expand All @@ -28,19 +28,14 @@
display: none;
}

// Spacing (Big Small List)
// Spacing
.peopleColumn-1wMU14 {
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}

// Spacing (Big Friend List)
.peopleColumn-1wMU14 .content-2a4AW9 {
margin-top: 40px;
}

// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ Base ║ Scrollbar ║
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝
Expand Down
2 changes: 1 addition & 1 deletion src/source.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/* ║ Author: ║ CorellanStoma#1996 ║ */
/* ║ Support: ║ https://discord.gg/8W8E39Z ║ */
/* ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣ */
/* ║ ║ */
/* ║ Friends-Grid adds a grid view to the friends list. ║ */
/* ║ ║ */
/* ║ This Project was created by CorellanStoma#1996. ║ */
Expand All @@ -22,7 +23,7 @@
/* ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝ */

:root {
--FA-version: "v1.0.8";
--FA-version: "v1.0.9";

--FG-row: 1fr 1fr 1fr;

Expand Down

0 comments on commit ee4c9a2

Please sign in to comment.