fixed
This commit is contained in:
@@ -46,9 +46,9 @@ textarea {
|
||||
}
|
||||
|
||||
.shell {
|
||||
max-width: 1400px;
|
||||
width: min(100%, 1800px);
|
||||
margin: 0 auto;
|
||||
padding: 24px;
|
||||
padding: 24px clamp(20px, 3vw, 40px) 40px;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
@@ -89,9 +89,10 @@ textarea {
|
||||
|
||||
.layout {
|
||||
display: grid;
|
||||
grid-template-columns: 260px minmax(0, 1fr);
|
||||
grid-template-columns: 280px minmax(0, 1fr);
|
||||
gap: 24px;
|
||||
margin-top: 24px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
@@ -139,7 +140,7 @@ textarea {
|
||||
}
|
||||
|
||||
.grid.cards {
|
||||
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
||||
}
|
||||
|
||||
.card,
|
||||
@@ -156,7 +157,7 @@ textarea {
|
||||
|
||||
.two-up {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(2, minmax(320px, 1fr));
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
@@ -205,10 +206,12 @@ textarea {
|
||||
|
||||
.table-wrap {
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table {
|
||||
width: 100%;
|
||||
min-width: 760px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
@@ -252,4 +255,13 @@ textarea {
|
||||
.sidebar {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.shell {
|
||||
width: 100%;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.table {
|
||||
min-width: 640px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user