headerbar

This commit is contained in:
ThatOneCalculator 2022-07-26 12:21:12 -07:00
parent 13ed4389c1
commit 108e8a0637
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.0-calc.4.b4",
"version": "12.118.0-calc.5.b4",
"codename": "indigo",
"repository": {
"type": "git",

View file

@ -133,7 +133,7 @@ const headerTabs = $computed(() => [{
title: i18n.ts._timelines.global,
icon: 'fas fa-globe',
iconOnly: true,
}] : []), /* {
}] : []), {
icon: 'fas fa-list-ul',
title: i18n.ts.lists,
iconOnly: true,
@ -148,7 +148,7 @@ const headerTabs = $computed(() => [{
title: i18n.ts.channel,
iconOnly: true,
onClick: chooseChannel,
}*/]);
}]);
const headerTabsWhenNotLogin = $computed(() => [
...(isLocalTimelineAvailable ? [{
@ -172,6 +172,11 @@ definePageMetadata(computed(() => ({
</script>
<style lang="scss" scoped>
.icon > .fa-list-ul, .fa-satellite, .fa-satellite-dish {
padding-left: 0.5rem;
font-size: 0.8em;
}
.cmuxhskf {
> .new {
position: sticky;