mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
8 lines
153 B
CSS
8 lines
153 B
CSS
.dropleft-edit {
|
|
right: 0;
|
|
top: 40%;
|
|
}
|
|
.dropleft-edit button {
|
|
transform: rotate(-90deg) translate(0, -100%);
|
|
transform-origin: 100% 0;
|
|
} |