updates
Former-commit-id: f1539e92838e1140679ef920b6371b9d391af69c [formerly c84baa55075fee51ebb721d6b6696370d3abbeb8] [formerly 9ed81811e74619df1adb92c12a50d37915eadb92 [formerly 98a92a3da0f2147215ea219f6521766a269b8228]] Former-commit-id: d84ec2952d31bd0bd1242be89487dd7b58db2749 [formerly 4cadf618b95922326d41a20d565d7e063afc1045] Former-commit-id: 8bdba61ef5e95c8662ca27c0964ad9d91b3e8e8c
This commit is contained in:
@@ -78,6 +78,14 @@ i.spin {
|
||||
}
|
||||
|
||||
|
||||
#app {
|
||||
transition: .2s ease padding;
|
||||
}
|
||||
|
||||
#app.multiple {
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
* EDITOR *
|
||||
* * * * * * * * * * * * * * * */
|
||||
@@ -500,37 +508,6 @@ main {
|
||||
}
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
* MULTIPLE SELECTION DIALOG *
|
||||
* * * * * * * * * * * * * * * */
|
||||
|
||||
#multiple-selection {
|
||||
position: fixed;
|
||||
bottom: -4em;
|
||||
left: 0;
|
||||
z-index: 99999999;
|
||||
width: 100%;
|
||||
background-color: #2196f3;
|
||||
height: 4em;
|
||||
display: flex !important;
|
||||
padding: 0.5em 0.5em 0.5em 1em;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
transition: .2s ease all;
|
||||
}
|
||||
|
||||
#multiple-selection.active {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#multiple-selection * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#multiple-selection p,
|
||||
#multiple-selection i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
|
||||
Reference in New Issue
Block a user