-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18aa8c8
commit 178520a
Showing
150 changed files
with
11,429 additions
and
11,429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
.content-container { | ||
/* biome-ignore lint/correctness/noUnknownFunction: <explanation> */ | ||
min-height: calc(100vh - theme("spacing.16")); | ||
/* biome-ignore lint/correctness/noUnknownFunction: <explanation> */ | ||
min-height: calc(100vh - theme("spacing.16")); | ||
} | ||
|
||
.sidebar { | ||
/* biome-ignore lint/correctness/noUnknownFunction: <explanation> */ | ||
max-height: calc(100vh - theme("spacing.16")); | ||
/* biome-ignore lint/correctness/noUnknownFunction: <explanation> */ | ||
max-height: calc(100vh - theme("spacing.16")); | ||
} | ||
|
||
/* Custom Scrollbar Chrome */ | ||
::-webkit-scrollbar { | ||
width: 5px; | ||
width: 5px; | ||
} | ||
|
||
::-webkit-scrollbar-thumb { | ||
background: darkgray; | ||
border-radius: 25px; | ||
background: darkgray; | ||
border-radius: 25px; | ||
} | ||
|
||
::-webkit-scrollbar-track { | ||
box-shadow: inset 0 0 5px #ccc; | ||
border-radius: 10px; | ||
box-shadow: inset 0 0 5px #ccc; | ||
border-radius: 10px; | ||
} | ||
|
||
/* Custom Scrollbar Firefox */ | ||
|
||
div, | ||
ul { | ||
scrollbar-width: thin; | ||
scrollbar-width: thin; | ||
} | ||
|
||
/* Blur Hidden Text */ | ||
|
||
.text-blur { | ||
color: transparent; | ||
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | ||
user-select: none; | ||
pointer-events: none; | ||
cursor: default; | ||
overflow: hidden; | ||
color: transparent; | ||
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | ||
user-select: none; | ||
pointer-events: none; | ||
cursor: default; | ||
overflow: hidden; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.