mirror of https://github.com/opensumi/core
style: improve design tabbar style (#3470)
This commit is contained in:
parent
d4536a943e
commit
d35d3e0829
|
@ -512,10 +512,6 @@ div[class*='design-editor_tab_block_container__'] {
|
|||
overflow: hidden;
|
||||
margin-right: 1px;
|
||||
|
||||
.design-tab_bar {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.design-tab_panel {
|
||||
border-right: none;
|
||||
}
|
||||
|
@ -692,6 +688,7 @@ div[class*='design-editor_tab_block_container__'] {
|
|||
|
||||
.design-left_tab_bar,
|
||||
.design-right_tab_bar {
|
||||
padding-top: 10px;
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
width: 48px;
|
||||
|
|
Loading…
Reference in New Issue