mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-18 15:07:15 +02:00
add option to remove item.
This commit is contained in:
@@ -354,6 +354,7 @@
|
||||
.saved-item-tile {
|
||||
padding: 20px;
|
||||
background-color: #2f302b;
|
||||
position: relative;
|
||||
/*border: 1px solid rgba(255,255,255,0.1);*/
|
||||
margin: 20px 0;
|
||||
display: block;
|
||||
@@ -363,6 +364,12 @@
|
||||
.saved-item-tile:hover {
|
||||
background: rgba(255,255,255,0.1);
|
||||
}
|
||||
.saved-item-tile__close-btn {
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
right: -5px;
|
||||
top: -5px;
|
||||
}
|
||||
.saved-items-pane__container {
|
||||
overflow-y: scroll;
|
||||
max-height: calc(100vh - 90px);
|
||||
@@ -472,6 +479,7 @@
|
||||
padding: 10px;
|
||||
background: #9f3b4e;
|
||||
border-radius: 3px;
|
||||
z-index: 6;
|
||||
transform: translateY(-100%);
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
|
Reference in New Issue
Block a user