feat: note publishing progress

This commit is contained in:
2023-10-11 15:41:36 +01:00
parent c239fba3df
commit 0e4a040750
22 changed files with 438 additions and 351 deletions

View File

@ -167,10 +167,18 @@ a.ext {
border-radius: 16px;
}
.br-compact {
border-radius: 8px;
}
.p {
padding: 12px 16px;
}
.p-compact {
padding: 8px 12px;
}
.p4 {
padding: 4px;
}
@ -212,7 +220,14 @@ a.ext {
font-weight: bold;
}
small {
color: var(--font-secondary-color);
font-size: 14px;
line-height: 22px; /* 157.143% */
}
button {
position: relative;
cursor: pointer;
padding: 10px 16px;
font-weight: 600;
@ -408,6 +423,11 @@ input:disabled {
min-width: 0;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-column {
display: flex;
flex-direction: column;
@ -646,6 +666,18 @@ div.form-col {
background-color: var(--repost);
}
.bg-dark {
background-color: var(--gray-dark);
}
.bg-superdark {
background-color: var(--gray-superdark);
}
.bg-ultradark {
background-color: var(--gray-ultradark);
}
.text-zap {
color: var(--zap);
}
@ -865,17 +897,6 @@ svg.zap-solid {
border: 1px solid var(--border-color);
}
.light .spinner-button {
background: #fff;
border: 1px solid var(--border-color);
color: var(--font-secondary);
box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px;
}
.light .spinner-button:hover {
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}
.main-content.p {
border-bottom: 0;
border-top: 0;