We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86e364 commit 2ac1b84Copy full SHA for 2ac1b84
src/app/item-popup/SocketDetailsSelectedPlug.m.scss
@@ -2,16 +2,17 @@
2
3
.selectedPlug {
4
composes: flexRow from '../dim-ui/common.m.scss';
5
- min-height: calc(var(--item-size) + 20px);
+ min-height: var(--item-size);
6
display: grid;
7
grid-template-columns: var(--item-size) 1fr;
8
- grid-template-rows: min-content;
+ grid-template-rows: min-content 1fr;
9
grid-template-areas: 'mod name button' 'mod desc button';
10
gap: 0 8px;
11
- height: min(25vh, 15em);
+ max-height: min(25vh, 18em);
12
13
@include phone-portrait {
14
15
+ grid-template-rows: min-content 1fr min-content;
16
grid-template-areas:
17
'mod name'
18
'mod desc'
0 commit comments