mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix: helm chart icon has incorrect size when app's window too small (#4166)
This commit is contained in:
parent
079976d703
commit
18e1c76b8f
@ -37,12 +37,14 @@
|
||||
}
|
||||
|
||||
&.icon {
|
||||
display: flex;
|
||||
flex-grow: 0.3;
|
||||
$iconSize: $unit * 3.5;
|
||||
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-grow: 0;
|
||||
flex-basis: $iconSize;
|
||||
|
||||
figure {
|
||||
$iconSize: $unit * 3.5;
|
||||
width: $iconSize;
|
||||
height: $iconSize;
|
||||
border-radius: 50%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user