@@ -25,7 +25,6 @@
@include variable-font-size(14px);
display: flex;
align-items: center;
- max-width: 120px; //追加
min-height: $grw-navbar-height;
padding: 0 1rem;
}
@@ -40,6 +39,7 @@
.nav-item.confidential {
+ max-width: 120px; //追加
max-height: 52px;
overflow: hidden;
background: rgba(0, 0, 0, 0.2);