This commit is contained in:
Henry Jameson 2022-04-21 00:27:48 +03:00
parent 491449c418
commit ed80ecfdbd
2 changed files with 0 additions and 19 deletions

View file

@ -58,16 +58,7 @@
background-color: var(--bg, $fallback--bg);
.dialog-modal-heading {
padding: .5em .5em;
margin-right: auto;
margin-bottom: 0;
white-space: nowrap;
color: var(--panelText);
background-color: $fallback--fg;
background-color: var(--panel, $fallback--fg);
.title {
margin-bottom: 0;
text-align: center;
}
}

View file

@ -9,16 +9,6 @@
cursor: progress;
}
.timeline-heading {
max-width: 100%;
flex-wrap: nowrap;
align-items: center;
}
.timeline-footer {
border: none;
}
.conversation-heading {
top: calc(var(--panel-heading-height) * 2);
}