Skip to content

Commit 1ccb143

Browse files
authored
Better UI for DAO history page (#2069)
1 parent 0110ed3 commit 1ccb143

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

src/components/Proposal/ProposalHistoryRow.scss

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
.proposalCreator {
1414
width: auto;
15-
min-width: 145px;
15+
min-width: 120px;
1616
padding-left: 7px;
1717
cursor: default;
1818
}
@@ -25,21 +25,30 @@
2525

2626
.endDate {
2727
color: $gray-1;
28+
max-width: 100px;
2829
}
2930

3031
.plugin {
3132
color: $gray-1;
33+
max-width: 120px;
34+
text-overflow: ellipsis;
35+
white-space: nowrap;
36+
overflow: hidden;
3237
}
3338

3439
.title {
35-
color: rgba(80, 97, 118, 1.000);
40+
color: $gray-3;
41+
max-width: 130px;
42+
text-overflow: ellipsis;
43+
white-space: nowrap;
44+
overflow: hidden;
3645

3746
a {
38-
color: rgba(80, 97, 118, 1.000);
47+
color: $gray-3;
3948
}
4049

4150
a:visited {
42-
color: rgba(80, 97, 118, 1.000);
51+
color: $gray-3;
4352
}
4453
}
4554

@@ -85,7 +94,7 @@
8594
}
8695

8796
.myActions {
88-
color: rgba(80, 97, 118, 1.000);
97+
color: $gray-3;
8998
padding-top: 10px;
9099
text-align: center;
91100
}
@@ -137,18 +146,6 @@
137146
font-size: 13px;
138147
}
139148

140-
.closeReason {
141-
142-
}
143-
144-
.votes {
145-
146-
}
147-
148-
.predictions {
149-
150-
}
151-
152149
.closeReason .decisionReason {
153150
display: block;
154151
}

0 commit comments

Comments
 (0)