prepared history
This commit is contained in:
@@ -23,30 +23,8 @@
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 3rem;
|
||||
background: rgba(0,0,0,0.3);
|
||||
transition: all 360ms 120ms ease-out;
|
||||
.list-group-item {
|
||||
cursor: pointer;
|
||||
list-style-type: none;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
aside {
|
||||
@@ -57,7 +35,7 @@ aside {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: auto;
|
||||
justify-content: center;
|
||||
// justify-content: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: rgba(251, 252, 253, 0.9);
|
||||
|
||||
Reference in New Issue
Block a user