diff --git a/styles/left-panel.less b/styles/left-panel.less index 3245ad5b17..6ca8a99eb1 100644 --- a/styles/left-panel.less +++ b/styles/left-panel.less @@ -131,7 +131,7 @@ } li { vertical-align: middle; - padding: 0.7rem 1rem 0.7rem 1.4rem; + padding: 0.5rem 1rem 0.7rem 1.4rem; display: flex; flex-direction: row; height: 45px; @@ -147,14 +147,14 @@ max-width: @sidebar-text-overflow-width; white-space: nowrap; overflow: hidden; - font-size: 12px; + font-size: 13px; font-weight: 400; color: @gray-darkest; } .image { margin-top: -0.1rem; color: @gray-light; - font-size: 10px; + font-size: 11px; font-weight: 400; text-overflow: ellipsis; max-width: @sidebar-text-overflow-width; diff --git a/styles/new-container.less b/styles/new-container.less index 0aaa7c2d11..f65c95c323 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -235,7 +235,7 @@ overflow: auto; padding: 0.5rem; .tag { - font-size: 10px; + font-size: 11px; padding: 0.3rem 0.6rem; display: inline-block; flex: 0 auto; @@ -309,7 +309,7 @@ position: relative; width: 190px; .namespace { - font-size: 10px; + font-size: 11px; color: @gray-normal; &.official { color: @brand-action; @@ -326,10 +326,10 @@ } } .description { - font-size: 10px; + font-size: 11px; color: @gray-light; padding-right: 1rem; - height: 44px; + height: 48px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; @@ -346,7 +346,7 @@ border-top: 1px solid @color-divider; .favorites { flex: 1 auto; - font-size: 10px; + font-size: 11px; color: @gray-normal; border-right: 1px solid @color-divider; padding: 1.1rem 1.2rem; @@ -363,7 +363,7 @@ } .tags { flex: 1 auto; - font-size: 10px; + font-size: 11px; color: @gray-darker; padding-left: 1rem; .key { diff --git a/styles/right-panel.less b/styles/right-panel.less index 95135eda25..9240945e34 100644 --- a/styles/right-panel.less +++ b/styles/right-panel.less @@ -87,7 +87,7 @@ } .btn-label { text-align: center; - font-size: 9px; + font-size: 10px; position: relative; top: -0.5rem; } diff --git a/styles/theme.less b/styles/theme.less index 65c37aab87..1f2a8bd5bc 100644 --- a/styles/theme.less +++ b/styles/theme.less @@ -249,7 +249,8 @@ input[type="text"] { border-radius: 100%; &.small { width: 22px; - padding: 3px 5px 4px 5px; + height: 22px; + padding: 0.4rem 0.55rem; .icon { &::before { -webkit-font-smoothing: subpixel-antialiased; diff --git a/styles/variables.less b/styles/variables.less index c1bdae289f..a98c2fe98d 100644 --- a/styles/variables.less +++ b/styles/variables.less @@ -33,4 +33,4 @@ @container-state-size: 20px; @image-card-width: 260px; -@image-card-height: 130px; +@image-card-height: 135px;