Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions leetcode-api/leetcode_constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# On LC user page, div class for number of completed easy, medium, and hard
DIFF_DIV_CLASS = "mr-[5px] text-base font-medium leading-[20px] text-label-1 dark:text-dark-label-1"
RANK_DIV_CLASS = "ttext-label-1 dark:text-dark-label-1 font-medium"
RECENT_DIV_CLASS = "text-label-3 dark:text-dark-label-3 hidden whitespace-nowrap lc-md:inline"
RECENT_PROBLEM_DIV_CLASS = "text-label-1 dark:text-dark-label-1 font-medium line-clamp-1"
RECENT_DIV_CLASS = "text-label-3 dark:text-dark-label-3 lc-md:inline hidden whitespace-nowrap"
RECENT_PROBLEM_DIV_CLASS = "text-label-1 dark:text-dark-label-1 line-clamp-1 font-medium"
STREAK_DIV_CLASS = "font-medium text-label-2 dark:text-dark-label-2"