mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-06 05:16:05 -06:00
9 lines
169 B
CSS
9 lines
169 B
CSS
.dropleft-edit {
|
|
right: 0;
|
|
top: 40%;
|
|
z-index: 5;
|
|
}
|
|
.dropleft-edit button {
|
|
transform: rotate(-90deg) translate(0, -100%);
|
|
transform-origin: 100% 0;
|
|
} |