mirror of https://github.com/MaxLeiter/Drift
Migrate some CSS to nested
parent
85f21bf505
commit
590cc51ec8
@ -1,23 +1,16 @@
|
||||
.actionWrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.actionWrapper .actions {
|
||||
|
||||
}
|
||||
|
||||
.actions {
|
||||
/* small screens, top: 0 */
|
||||
@media (max-width: 767px) {
|
||||
.actionWrapper .actions {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.actionWrapper .actions {
|
||||
position: relative;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue