Skip to content

Commit

Permalink
Small fixes for the project icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Oct 18, 2023
1 parent 0643ecf commit 0562d4d
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@
display: flex;
align-items: center;

.@{_COMMON_PREFIX}wrapper {
height: 28px;
width: 28px;
margin-right: 10px;

.font-icon-default {
.flag {
max-width: 100%;
max-height: 100%;
box-sizing: border-box;
}
}
}

.@{_COMMON_PREFIX}names-view {

.@{_COMMON_PREFIX}main-name {
Expand Down Expand Up @@ -96,7 +110,7 @@

.project-selection-icon {
transform: rotate(90deg);
margin-left: 5px;
margin: 3px 0 0 5px;
order: 1;
display: none;

Expand Down

0 comments on commit 0562d4d

Please sign in to comment.