no message
This commit is contained in:
@@ -72,10 +72,20 @@
|
||||
|
||||
.matter {
|
||||
align-items: flex-start;
|
||||
|
||||
|
||||
&.bottom {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.matter-content {
|
||||
margin-right: 12px;
|
||||
|
||||
&.fixed {
|
||||
position: fixed;
|
||||
left: calc((100% - 1200px) / 2);
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
.list-box {
|
||||
.item-box {
|
||||
margin-bottom: 12px;
|
||||
@@ -142,7 +152,9 @@
|
||||
|
||||
&.fixed {
|
||||
position: fixed;
|
||||
right: calc((100% - 1200px) / 2);
|
||||
// right: calc((100% - 1200px) / 2);
|
||||
// left: 909px;
|
||||
left: calc((100% - 1200px) / 2 + 909px);
|
||||
bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user