feat(exampleSite): add some posts to exampleSite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@import "_home";
|
||||
|
||||
.warpper {
|
||||
.page {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 980px;
|
||||
|
||||
@@ -138,6 +138,14 @@
|
||||
.table-wrapper {
|
||||
overflow-x: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
background-color: $table-background-color;
|
||||
|
||||
.dark-theme & {
|
||||
background-color: $table-background-color-dark;
|
||||
}
|
||||
}
|
||||
|
||||
> table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user