0.0.52
This commit is contained in:
parent
c9aba753ce
commit
afc1ac087a
@ -1187,6 +1187,14 @@ sm-panel {
|
||||
color: rgba(var(--text-color), 0.7);
|
||||
font-weight: 500;
|
||||
}
|
||||
.activity .pending {
|
||||
display: inline-flex;
|
||||
padding: 0.3rem 0.6rem;
|
||||
background: rgba(var(--text-color), 0.06);
|
||||
border-radius: 1rem;
|
||||
width: max-content;
|
||||
margin-left: 0.4rem;
|
||||
}
|
||||
|
||||
.back-arrow {
|
||||
stroke-width: 10;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1242,6 +1242,14 @@ sm-panel{
|
||||
color: rgba(var(--text-color), 0.7);
|
||||
font-weight: 500;
|
||||
}
|
||||
.pending{
|
||||
display: inline-flex;
|
||||
padding: 0.3rem 0.6rem;
|
||||
background: rgba(var(--text-color), 0.06);
|
||||
border-radius: 1rem;
|
||||
width: max-content;
|
||||
margin-left: 0.4rem;
|
||||
}
|
||||
}
|
||||
.back-arrow{
|
||||
stroke-width: 10;
|
||||
|
||||
1171
index.html
1171
index.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user