forked from AkkomaGang/akkoma-fe
minor fixes
This commit is contained in:
parent
23c5627639
commit
4d720974c3
2 changed files with 6 additions and 4 deletions
|
@ -20,9 +20,11 @@
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-default, .alert {
|
.timeline-heading {
|
||||||
line-height: 2em;
|
.button-default, .alert {
|
||||||
width: 100%;
|
line-height: 2em;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
border-radius: $fallback--panelRadius $fallback--panelRadius 0 0;
|
border-radius: $fallback--panelRadius $fallback--panelRadius 0 0;
|
||||||
border-radius: var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius) 0 0;
|
border-radius: var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius) 0 0;
|
||||||
border-width: 0 0 1px 0;
|
border-width: 0 0 1px 0;
|
||||||
align-items: left;
|
align-items: start;
|
||||||
// panel theme
|
// panel theme
|
||||||
color: var(--panelText);
|
color: var(--panelText);
|
||||||
background-color: $fallback--bg;
|
background-color: $fallback--bg;
|
||||||
|
|
Loading…
Reference in a new issue