TabLayout 영역 임시 제거

This commit is contained in:
jangheon Pyo
2024-01-26 14:05:33 +09:00
parent 99de2dea2e
commit 7009567824

View File

@@ -1,10 +1,10 @@
.tabLayoutWrap{
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
display:flex;
.tabLayoutWrap {
// width:100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: flex;
}
.expandedRootContainer {
position: absolute;
@@ -19,13 +19,14 @@
width: auto;
z-index: 0;
}
}
}
.tabWrap {
width: 120px;height:100%;
.tabWrap {
width: 120px;
height: 100%;
//position:fixed;
left:0;
top:0;
left: 0;
top: 0;
background-color: #222222;
display: flex;
@@ -47,7 +48,7 @@
box-shadow: 8px 0 36px rgba(33, 33, 32, 0.08);
padding-bottom: unset;
justify-content: flex-start;
left:402px;
left: 402px;
}
&.extraArea {
flex-grow: 1;
@@ -57,26 +58,25 @@
&.hide {
width: 0;
}
}
}
.logo {
.logo {
width: 54px;
height: 54px;
margin:0 0 84px 42px;
margin: 0 0 84px 42px;
transition: width 0.5s ease;
overflow:hidden;
overflow: hidden;
&.expanded {
width: 234px;
height: 54px;
> img{
width:234px;
height:54px;
> img {
width: 234px;
height: 54px;
}
}
> img{
width:54px;
height:54px;
> img {
width: 54px;
height: 54px;
}
}
}