Skip to content

Commit 7168cbe

Browse files
committed
arrow
1 parent 1b4d4a1 commit 7168cbe

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

src/dashboard/Data/Views/Views.scss

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
white-space: nowrap;
1919
overflow: hidden;
2020
text-overflow: ellipsis;
21+
22+
&:has(.pointerIcon) {
23+
padding-right: 46px;
24+
}
2125
}
2226

2327
.headerName {
@@ -48,31 +52,32 @@
4852
font: inherit;
4953
color: inherit;
5054
background: rgba(255, 255, 255, 0.2);
51-
55+
5256
// Custom styles
5357
cursor: pointer;
5458
opacity: 0.7;
5559
transition: opacity 0.2s ease;
5660
z-index: 10;
5761
pointer-events: auto;
58-
display: inline-flex;
62+
display: flex;
5963
align-items: center;
6064
justify-content: center;
6165
height: 20px;
6266
width: 20px;
6367
border-radius: 50%;
64-
margin-left: 5px;
65-
flex-shrink: 0;
66-
68+
position: absolute;
69+
right: 15px;
70+
top: 5px;
71+
6772
& svg {
6873
transform: rotate(316deg);
6974
}
70-
75+
7176
&:hover {
7277
opacity: 1;
7378
background: rgba(255, 255, 255, 0.3);
7479
}
75-
80+
7681
&:focus {
7782
opacity: 1;
7883
background: rgba(255, 255, 255, 0.4);

0 commit comments

Comments
 (0)