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 15:55:38 +00:00
|
|
|
|
2023-05-04 04:43:52 +00:00
|
|
|
.menuHolder {
|
|
|
|
background: #fff;
|
2023-05-04 16:59:38 +00:00
|
|
|
left: 40px;
|
2023-05-04 04:43:52 +00:00
|
|
|
position: absolute;
|
2023-05-04 16:59:38 +00:00
|
|
|
top: -0.4rem;
|
2023-05-04 04:43:52 +00:00
|
|
|
min-width: 64vw;
|
|
|
|
}
|
2023-04-26 02:37:29 +00:00
|
|
|
}
|