forked from AkkomaGang/akkoma-fe
cleanup
This commit is contained in:
parent
491449c418
commit
ed80ecfdbd
2 changed files with 0 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue