Compare commits
2 commits
7c0df5cf0e
...
4a4644d42f
Author | SHA1 | Date | |
---|---|---|---|
4a4644d42f | |||
79ef3f87e5 |
4 changed files with 12 additions and 5 deletions
|
@ -255,6 +255,10 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
&.-scrollable:has(.user-panel) {
|
||||
padding-left: calc(var(--___paddingIncrease) + var(--___columnMargin) / 999);
|
||||
}
|
||||
|
||||
.panel-heading.-sticky {
|
||||
top: calc(var(--columnGap) / -1);
|
||||
}
|
||||
|
|
|
@ -15,10 +15,10 @@ const VersionTab = {
|
|||
},
|
||||
computed: {
|
||||
frontendVersionLink () {
|
||||
return joinURL(this.frontendCommitUrl, this.frontendVersion)
|
||||
return pleromaFeCommitUrl + this.frontendVersion
|
||||
},
|
||||
backendVersionLink () {
|
||||
return joinURL(this.backendCommitUrl, extractCommit(this.backendVersion))
|
||||
return pleromaBeCommitUrl + extractCommit(this.backendVersion)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -185,6 +185,7 @@
|
|||
// big one
|
||||
z-index: 1;
|
||||
line-height: 2em;
|
||||
margin-top: -0.6em;
|
||||
|
||||
--emoji-size: 1.7em;
|
||||
|
||||
|
@ -201,6 +202,7 @@
|
|||
color: $fallback--lightText;
|
||||
color: var(--lightText, $fallback--lightText);
|
||||
grid-area: hand;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.dailyAvg {
|
||||
|
@ -255,13 +257,14 @@
|
|||
text-align: start;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
margin-left: 0.6em;
|
||||
margin-left: 0.55em;
|
||||
font-size: 1.1em;
|
||||
grid-area: name;
|
||||
align-self: center;
|
||||
white-space: nowrap;
|
||||
max-width: 100%;
|
||||
z-index: 1; // so shadow from user avatar doesn't overlap it
|
||||
margin-top: -0.5em;
|
||||
}
|
||||
|
||||
.user-meta {
|
||||
|
|
|
@ -84,8 +84,8 @@ const defaultState = {
|
|||
conversationOtherRepliesButton: 'below',
|
||||
conversationTreeFadeAncestors: false,
|
||||
maxDepthInThread: 6,
|
||||
backendCommitUrl: 'https://akkoma.dev/AkkomaGang/akkoma/commit/',
|
||||
frontendCommitUrl: 'https://akkoma.dev/AkkomaGang/pleroma-fe/commit/',
|
||||
backendCommitUrl: 'https://iceshrimp.dev/iceshrimp/akkoma-fe/commit/',
|
||||
frontendCommitUrl: 'https://iceshrimp.dev/iceshrimp/Iceshrimp.NET/commit/',
|
||||
|
||||
// Nasty stuff
|
||||
customEmoji: [],
|
||||
|
|
Loading…
Add table
Reference in a new issue