Skip to content

Commit

Permalink
Merge branch 'StarCitizenTools:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitSpringQW authored Nov 30, 2024
2 parents 29b6d3a + f1f236e commit b48cae5
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 28 deletions.
3 changes: 3 additions & 0 deletions i18n/zh-hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"LittlePaw365",
"Maitian MaiLin",
"StarrySky",
"WaitSpring",
"WrOffi",
"Xyb",
"Yfdyh000",
Expand All @@ -25,6 +26,7 @@
"citizen.js": "/* 这里所有JavaScript都会加载给Citizen皮肤的用户 */",
"citizen-drawer-toggle": "打开/关闭菜单",
"citizen-usermenu-toggle": "打开/关闭个人菜单",
"citizen-preferences-toggle": "切换首选项菜单",
"citizen-search-poweredby": "由$1提供支持",
"citizen-search-poweredby-mediawiki": "MediaWiki",
"citizen-search-toggle": "打开/关闭搜索",
Expand Down Expand Up @@ -52,6 +54,7 @@
"citizen-search-noresults-title": "不妙!没有“$1”的搜索结果",
"citizen-search-noresults-desc": "还可以尝试上面的选项",
"citizen-share": "分享此页面",
"citizen-share-copied": "网址已复制到剪贴板!",
"citizen-tagline-ns-talk": "{{SUBJECTPAGENAME}}的讨论页面",
"citizen-tagline-ns-project": "有关{{SITENAME}}的信息",
"citizen-tagline-ns-file": "{{SITENAME}}上的文件",
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@wikimedia/types-wikimedia": "0.4.4",
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.28.2",
"grunt-banana-checker": "0.13.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"stylelint": "16.10.0",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-wikimedia": "0.17.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
background-color: var( --background-color-progressive-subtle );
}

.ext-discussiontools-init-timestamplink,
.ext-discussiontools-init-timestamplink:visited,
.ext-discussiontools-init-timestamplink:active {
color: var( --color-subtle );
}

.ext-discussiontools-init-section-subscribe {
&.mw-editsection-like {
margin-top: 0;
Expand Down Expand Up @@ -118,11 +124,20 @@
font-weight: var( --font-weight-semi-bold );
}

&-subscribeButton {
order: 9999;
}

&-bar {
margin-top: var( --space-xxs );
overflow-x: auto;
font-size: var( --font-size-x-small );
}

&-metadata {
flex-wrap: nowrap;
white-space: nowrap;
}

&-metaitem {
color: var( --color-subtle );

Expand Down

0 comments on commit b48cae5

Please sign in to comment.