mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-29 07:41:13 +00:00
Put compact styles back to how they were before
This commit is contained in:
parent
2b055facca
commit
969e73a104
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
@import "variables.darkly-compact";
|
@import "variables.darkly-compact";
|
||||||
@import "../../../../node_modules/bootstrap/scss/bootstrap";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
GENERAL
|
GENERAL
|
||||||
|
@ -56,3 +55,5 @@ hr.my-3 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@import "../../../../node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
@import "variables.litely-compact";
|
@import "variables.litely-compact";
|
||||||
@import "../../../../node_modules/bootstrap/scss/bootstrap";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
GENERAL
|
GENERAL
|
||||||
|
@ -56,3 +55,5 @@ hr.my-3 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@import "../../../../node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
Loading…
Reference in a new issue