fix
This commit is contained in:
parent
cbdcdce573
commit
624c93a9c6
2 changed files with 6 additions and 4 deletions
|
|
@ -169,6 +169,8 @@ a.btn:is(:hover, :focus, :active) {
|
|||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
|
@ -186,7 +188,7 @@ a.btn:is(:hover, :focus, :active) {
|
|||
.container-inside {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
flex: 1 1 auto;
|
||||
color: var(--color-text-primary);
|
||||
font-family: 'Inter';
|
||||
padding: 0 var(--w-screen);
|
||||
|
|
@ -542,8 +544,8 @@ a.btn:is(:hover, :focus, :active) {
|
|||
:is(.ul, .fl) .container-inside .list-group.lk-docs {
|
||||
flex: 1;
|
||||
color: var(--white);
|
||||
padding-top: var(--indent-huge);
|
||||
padding-bottom: var(--indent-huge);
|
||||
padding-top: var(--indent-medium);
|
||||
padding-bottom: var(--indent-medium);
|
||||
background-color: var(--color-text-primary);
|
||||
}
|
||||
:is(.ul, .fl) .container-inside .list-group.lk-alert {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue