Skip to content

Commit a00a4ad

Browse files
committed
fix(webId): Dropdown positioning fixed
1 parent 170accc commit a00a4ad

File tree

1 file changed

+27
-43
lines changed

1 file changed

+27
-43
lines changed

app/extensions/safe/components/webIdDropdown/webIdButtons.css

Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,52 @@
1-
.webIdList{
2-
/* display: block; */
3-
position: absolute;
4-
font-size: 1.4rem;
5-
top: 9rem;
6-
text-align: left;
7-
list-style: none;
8-
background-color: white;
9-
padding-top: 5px;
10-
padding-bottom: 5px;
11-
12-
background-color: rgba( 246, 246, 246, 1);
13-
14-
border: 1px solid rgba( 127, 127, 127, 1);
15-
display: flex;
16-
z-index: 1;
17-
flex-direction: column;
18-
padding: 0rem;
19-
/* padding-right: 1rem; */
20-
white-space: nowrap;
21-
22-
}
23-
24-
25-
.webId
26-
{
1+
.webIdList {
2+
position: absolute;
3+
font-size: 1.4rem;
4+
top: 3rem;
5+
text-align: left;
6+
list-style: none;
7+
background-color: rgba(246, 246, 246, 1);
8+
border: 1px solid rgba(127, 127, 127, 1);
9+
display: flex;
10+
z-index: 1;
11+
flex-direction: column;
12+
padding: 0;
13+
white-space: nowrap;
14+
}
15+
16+
.webId {
2717
cursor: pointer;
2818
padding: 1rem;
2919
padding-left: 1.2rem;
3020
padding-right: 1.2rem;
31-
/* padding-right: 1rem; */
32-
/* padding-bottom: 0.4rem; */
33-
border-bottom: 1px solid rgba( 127, 127, 127, 0.3);
21+
border-bottom: 1px solid rgba(127, 127, 127, 0.3);
3422
}
3523

36-
.webIdInfo
37-
{
24+
.webIdInfo {
25+
/* stylelint-disable-next-line */
3826
composes: webId;
3927
cursor: default;
4028
}
4129

42-
.webIdManager
43-
{
30+
.webIdManager {
31+
/* stylelint-disable-next-line */
4432
composes: webId;
4533
border-bottom: none;
4634
}
4735

48-
.openAuth
49-
{
36+
.openAuth {
37+
/* stylelint-disable-next-line */
5038
composes: webId;
5139
}
52-
.openAuth a
53-
{
40+
.openAuth a {
5441
text-decoration: none;
55-
/* color: #19a2e2; */
5642
}
5743

58-
.webIdManager a
59-
{
44+
.webIdManager a {
6045
text-decoration: none;
61-
/* color: #19a2e2; */
6246
}
6347

64-
.selectedWebId
65-
{
48+
.selectedWebId {
49+
/* stylelint-disable-next-line */
6650
composes: webId;
6751
font-weight: bold;
6852
}

0 commit comments

Comments
 (0)