Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zk
gpu-dcu-monitor
Commits
fe6642ee
Commit
fe6642ee
authored
May 27, 2026
by
zk
Browse files
Fix wide screen card spacing
parent
3c203950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
public/styles.css
public/styles.css
+10
-6
No files found.
public/styles.css
View file @
fe6642ee
...
@@ -302,21 +302,22 @@ h2 {
...
@@ -302,21 +302,22 @@ h2 {
.server-grid
{
.server-grid
{
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fi
t
,
minmax
(
min
(
100%
,
3
0
0px
),
1
fr
));
grid-template-columns
:
repeat
(
auto-fi
ll
,
minmax
(
min
(
100%
,
3
2
0px
),
1
fr
));
grid-auto-rows
:
auto
;
grid-auto-rows
:
minmax
(
370px
,
auto
)
;
gap
:
16
px
;
gap
:
20
px
;
align-items
:
stretch
;
align-items
:
stretch
;
flex
:
1
1
auto
;
flex
:
1
1
auto
;
min-height
:
0
;
min-height
:
0
;
overflow-y
:
auto
;
overflow-y
:
auto
;
padding
:
2px
8
px
18
px
2px
;
padding
:
2px
10
px
24
px
2px
;
}
}
.server-card
{
.server-card
{
position
:
relative
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
min-height
:
284px
;
height
:
100%
;
min-height
:
370px
;
min-width
:
0
;
min-width
:
0
;
border
:
1px
solid
var
(
--line
);
border
:
1px
solid
var
(
--line
);
border-radius
:
12px
;
border-radius
:
12px
;
...
@@ -438,6 +439,7 @@ h2 {
...
@@ -438,6 +439,7 @@ h2 {
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
minmax
(
0
,
1
fr
));
grid-template-columns
:
repeat
(
4
,
minmax
(
0
,
1
fr
));
gap
:
6px
;
gap
:
6px
;
flex
:
0
0
auto
;
}
}
.gpu-chip
{
.gpu-chip
{
...
@@ -567,7 +569,8 @@ h2 {
...
@@ -567,7 +569,8 @@ h2 {
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
gap
:
6px
;
gap
:
6px
;
align-items
:
center
;
align-items
:
center
;
margin-top
:
14px
;
margin-top
:
auto
;
padding-top
:
14px
;
}
}
.tag
{
.tag
{
...
@@ -892,6 +895,7 @@ select:focus {
...
@@ -892,6 +895,7 @@ select:focus {
}
}
.server-card
{
.server-card
{
height
:
auto
;
min-height
:
0
;
min-height
:
0
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment