2023-04-26 02:37:29 +00:00
|
|
|
.editorFloatingMenu {
|
|
|
|
left: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
button {
|
|
|
|
opacity: 0.3;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
transition: opacity 0.3s ease-in-out;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2023-05-04 04:43:52 +00:00
|
|
|
.menuHolder {
|
|
|
|
background: #fff;
|
|
|
|
left: calc(100% + 1rem);
|
|
|
|
box-shadow: 0 4px 10px rgba(#000, 0.25);
|
|
|
|
position: absolute;
|
|
|
|
top: -0.8rem;
|
|
|
|
min-width: 64vw;
|
|
|
|
}
|
2023-04-26 02:37:29 +00:00
|
|
|
}
|