Commit Graph

255 Commits

Author SHA1 Message Date
Hakadao
e0b1a4f908 chore: adjust notifications page style 2024-07-02 14:40:20 +08:00
MidnightCrowing
81a13a9615 fix(AdaptedStyles): support unadapted notifications page style (#873) 2024-07-02 00:00:26 +08:00
Hakadao
aba8dbcf2d chore: adjust bew-fill-alt color when disable frosted glass 2024-06-30 14:26:21 +08:00
Hakadao
e7152fb96f chore: adjust bew-fill-alt color when disable frosted glass 2024-06-30 05:50:06 +08:00
Hakadao
73cc292050 chore: adjust settings style 2024-06-30 05:42:20 +08:00
Hakadao
12b4f0ee51 chore: adjust edge glow effect in dark mode 2024-06-28 02:09:04 +08:00
Hakadao
cecd3b7d11 feat: adjust content colors && frosted glass opacity 2024-06-28 01:42:40 +08:00
Hakadao
021c7c4dcf refactor: rename content color variable names 2024-06-27 01:24:19 +08:00
Hakadao
4fe4c92733 refactor: unify elevated elements color 2024-06-27 01:06:46 +08:00
Hakadao
36c4bd2888 fix: adjust danmaku box style 2024-06-27 00:53:28 +08:00
ljt990218
67d87d101d fix(AdaptedStyles): add border radius to danmaku box (#866)
* fix: UserPanelPop hover Inconsistent animation

* fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX

* style(videoPage): add border radius to bp-docker-minor element
2024-06-27 00:16:35 +08:00
MidnightCrowing
a9af5c7abe fix(AdaptedStyles): support unadapted video page style (#850)
* fix(AdaptedStyles): support unadapted video page style

* 更新 videoPage.scss

* chore: update

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-06-23 23:01:36 +08:00
cloudflypeng
586b503268 feat: use local image for wallpaper && change broken image style (#851)
* feat: 新增自定义背景图片和图片error显示

* chore: update broken image icon

* feat: improve customize wallpaper function

* chore: fix ts error

* chore: temporarily disable broken images

* chore: update upload style

* refactor: Add ChangeWallpaper component for customizing wallpaper in SearchPage and globally

* refactor: Update ChangeWallpaper component to handle wallpaper customization in SearchPage and globally

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-06-21 00:29:09 +08:00
Hakadao
4ba272810e chore: improve css variable descriptions 2024-06-19 12:37:42 +08:00
Hakadao
8955f14bf9 chore: improve css variable descriptions 2024-06-19 12:20:22 +08:00
MidnightCrowing
f5fbfd6bb3 fix(AdaptedStyles): adapt customer service message (#838)
* add customer service info theme adaptation

* Update notificationsPage.scss

* chore: update tabs background && gradient mask

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-06-19 00:00:55 +08:00
MidnightCrowing
0153e3b1aa fix: background color change on hover of video page uploader name in dark mode (#848)
* fix #847

* Update videoPage.scss

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-06-18 23:19:29 +08:00
MidnightCrowing
bc2c01c72e fix(AdaptedStyles): support unadapted user space page graphic content style (#845)
* fix(AdaptedStyles): support unadapted user space page graphic content style

* Update userSpacePage.scss

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-06-18 16:59:12 +08:00
MidnightCrowing
b9b7fb9765 fix(AdaptedStyles): support unadapted articles page style (#846)
* fix(AdaptedStyles): support unadapted articles page style

* remove pcpreview page support

* 更新 index.ts

* 更新 index.ts

* Update index.ts

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-06-18 16:53:49 +08:00
hakadao
90867d0fb1 feat: adjust status colors 2024-06-18 00:53:23 +08:00
hakadao
8442acad81 fix: ensure container fills recommended-container size on large screens on homepage
* feat(AdaptedStyles): adjust fixed header styles in homepage
2024-06-18 00:41:02 +08:00
hakadao
4d549d1936 fix: remove adblock tips when block ads setting is not enabled 2024-06-18 00:38:07 +08:00
hakadao
228be16b2c chore: add descriptions for css variables 2024-06-17 01:33:39 +08:00
hakadao
1436f0a606 refactor: update selector to increase the priority of css 2024-06-16 18:44:02 +08:00
hakadao
647d8bca75 refactor(AdaptedStyles): remove unnecessary top bar css adjustments 2024-06-16 18:37:31 +08:00
hakadao
f1de0d5bfa refactor: use --bew-top-bar-height to set the bewly top bar height 2024-06-16 18:35:07 +08:00
hakadao
36f6bd55fd refactor(AdaptedStyles): move styles from articlesRanking && articlesList to articlesPage 2024-06-16 17:35:05 +08:00
MidnightCrowing
5f925f4eb6 fix(AdaptedStyles): support unadapted userSpace page parts (#844) 2024-06-16 17:07:14 +08:00
MidnightCrowing
9e74a01b1e feat(AdaptedStyles): support articles list and articles ranking pages (#843)
* feat: Add styles support for articles list page and articles ranking page

* Update articlesListPage.scss

* Update articlesRankingPage.scss

* Update index.ts

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-06-16 17:05:59 +08:00
MidnightCrowing
f9bb956b54 fix(AdaptedStyles): support unadapted history page style (#842) 2024-06-16 16:44:36 +08:00
Hakadao
2b5c2ea754 fix(AdaptedStyles): adapte login dialog in dark mode (#841)
* fix: login prompt theme (#832)

* fix login prompt theme

* Increase CSS style priority

* add loginDialog.scss file

* add selectors

* rewrite code comments

* chore: update

---------

Co-authored-by: MidnightCrowing <110297461+MidnightCrowing@users.noreply.github.com>
2024-06-16 04:01:28 +08:00
Hakadao
d983c454fd chore(pkg): update deps (#837)
* chore(pkg): update deps

* chore: fix ts error
2024-06-15 19:36:32 +08:00
hakadao
3e5dc245ea feat: adjust box shadow styles for improved consistency 2024-06-14 01:34:03 +08:00
hakadao
dda5471ae8 fix(adaptedStyles): adjust note page styles 2024-06-13 02:16:05 +08:00
Hakadao
d9192e05c7 fix(adaptedStyles): adapted unadapted contents (#834)
* fix: adaptation of theme styles

* Fix: Code formatting issues in SCSS files

* Fix: Code formatting issues in SCSS files

* Fix: Code formatting issues in SCSS files

* style addition

* delete electric style

* add noteListPage file

* Fix the length of the input box

* Fix issues with the previous commit

* add style

* fix theme style for more pages

* docs: adjust FireFox link (#824)

* 简中文档补全

* 火狐商店链接修正

* feat: video preview time jump (#821)

* docs: update firefox link

* fix: home page tab loading animation issues (#827)

* fix: resolve i18n not affecting #822

* Create FUNDING.yml

* fix(adaptedStyles): adapted user space page styles (#831)

* fix: userSpace page style

* add style

* add style

* fix(adaptedStyles): video page comment button disable style (#833)

* fix videoPage comment button disable dark style

* remove box-shadow

* chore(TopBar): remove `important:`

* fix(adaptedStyles): update note page class name && adjust note page styles

---------

Co-authored-by: 夜晚的鸡鸣 <110297461+MidnightCrowing@users.noreply.github.com>
Co-authored-by: 陈生杂物房 <88823709+TC999@users.noreply.github.com>
2024-06-13 02:09:05 +08:00
MidnightCrowing
9e7b67396a fix(adaptedStyles): video page comment button disable style (#833)
* fix videoPage comment button disable dark style

* remove box-shadow
2024-06-12 23:13:10 +08:00
MidnightCrowing
c8cd909e34 fix(adaptedStyles): adapted user space page styles (#831)
* fix: userSpace page style

* add style

* add style
2024-06-12 23:07:57 +08:00
夜晚的鸡鸣
0ff3a4cac7 fix(adaptedStyles): graphic content overflow in user space page (#816) 2024-06-04 16:51:39 +08:00
hakadao
7c16c4c2b2 chore: fix eslint error 2024-06-04 00:34:17 +08:00
hakadao
b11aeb7806 fix(adaptedStyles): dark theme adaption 2024-06-04 00:30:57 +08:00
Stephen Zhou
5c0148a2b0 chore: format css (#808)
* chore: format css

* update

* update

* chore: eslint-skip

* update

* update

* chore: enforce the use of double quotes in `--at-apply` values

* refactor: rename `--at-apply` into `--uno`

* fix: fix dark theme userSpace search page css (#811)

* fix userSpace search css

* add new fix

* add new fix

* fix(adaptedStyles): adapt unadapted contents

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
Co-authored-by: 夜晚的鸡鸣 <110297461+MidnightCrowing@users.noreply.github.com>
2024-06-04 00:15:46 +08:00
hakadao
e7c137aa0c fix(adaptedStyles): adapt unadapted contents 2024-06-04 00:04:28 +08:00
夜晚的鸡鸣
ca16862744 fix: fix dark theme userSpace search page css (#811)
* fix userSpace search css

* add new fix

* add new fix
2024-06-03 23:47:45 +08:00
hakadao
a74e6a0643 feat: update --bew-content-opacity to 0.74 2024-06-03 01:22:05 +08:00
hakadao
febe4cdd4c fix(adaptedStyles): adapted unadapted styles 2024-06-02 18:10:15 +08:00
hakadao
06f57d02c1 fix(adaptedStyles): adapted unadapted sections (#573)
close #573
2024-06-02 15:24:24 +08:00
Hakadao
8733ed012b fix: fix rcmd tab dark mode gradient (#799)
* fix: fix rcmd tab dark mode gradient

* Update videoPage.scss

---------

Co-authored-by: shabby2333 <shabby2333@qq.com>
2024-05-30 10:26:12 +08:00
Hakadao
dec030d6b1 fix: resolve shadows not displaying when set to disable frosted glass 2024-05-26 18:13:53 +08:00
Hakadao
bd752abee5 feat: disable inner glow effect when frosted glass is disabled 2024-05-26 17:53:38 +08:00
hakadao
26acdf3cae chore: update transitionAndTransitionGroup.scss for smoother animations 2024-05-24 01:50:08 +08:00