improve editor styling
This commit is contained in:
parent
c7602b0275
commit
b6249574b8
|
@ -9,20 +9,7 @@
|
|||
align-items: center;
|
||||
list-style: none;
|
||||
padding: 16px;
|
||||
border: 1px solid #ccc;
|
||||
|
||||
&::before {
|
||||
z-index: 10;
|
||||
content: "";
|
||||
display: block;
|
||||
position: relative;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 50%;
|
||||
background-color: currentColor;
|
||||
}
|
||||
background-color: currentColor;
|
||||
|
||||
> .orbital-content {
|
||||
z-index: 20;
|
||||
|
|
Reference in New Issue