fix: align file rows
This commit is contained in:
+6
-5
@@ -111,12 +111,11 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawing-item {
|
.drawing-item {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: minmax(0, 1fr) 32px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 4px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 4px;
|
padding: 4px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawing-item-active {
|
.drawing-item-active {
|
||||||
@@ -125,11 +124,12 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawing-link {
|
.drawing-link {
|
||||||
|
flex: 1 1 auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
padding: 8px;
|
padding: 8px 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: var(--app-sidebar-font-size);
|
font-size: var(--app-sidebar-font-size);
|
||||||
}
|
}
|
||||||
@@ -229,6 +229,7 @@ input {
|
|||||||
|
|
||||||
.icon-button {
|
.icon-button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
flex: 0 0 32px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|||||||
Reference in New Issue
Block a user