Skip to content

Commit 8ef115c

Browse files
committed
Fixes broken table
1 parent 0208282 commit 8ef115c

File tree

1 file changed

+6
-58
lines changed

1 file changed

+6
-58
lines changed

src/dashboard/Data/Browser/Browser.scss

Lines changed: 6 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
&.safari {
2323
-webkit-transform: translate3d(0,0,0);
2424
}
25-
26-
&.showAddRow {
27-
bottom: 36px;
28-
}
2925
}
3026

3127
@media (max-width: 980px) {
@@ -93,7 +89,6 @@
9389
top: 30px;
9490
bottom: 0;
9591
left: 0;
96-
width: 100%;
9792
min-width: 100%;
9893
overflow-y: auto;
9994
overflow-x: hidden;
@@ -103,15 +98,6 @@
10398
top: 126px;
10499
}
105100

106-
.rowsHolder {
107-
position: absolute;
108-
top: 0;
109-
right:0;
110-
bottom: 0;
111-
left: 0;
112-
width: 100%;
113-
}
114-
115101
.tableRow {
116102
@include MonospaceFont;
117103
font-size: 12px;
@@ -135,15 +121,13 @@
135121
}
136122

137123
.addRow {
138-
position: fixed;
139-
left: 300px;
140-
right: 0;
141-
bottom: 0;
142-
height: 36px;
124+
height: 30px;
143125
padding: 8px;
144-
display: inline-flex;
145-
align-items: center;
146-
border-top: 1px solid #ccc;
126+
127+
a {
128+
cursor: pointer;
129+
display: inline-block;
130+
}
147131

148132
svg {
149133
fill: $blue;
@@ -152,42 +136,6 @@
152136
fill: $darkBlue;
153137
}
154138
}
155-
156-
a {
157-
display: inline-flex;
158-
justify-content: center;
159-
align-items: center;
160-
margin-right: 14px;
161-
font-size: 12px;
162-
font-weight: 700;
163-
height: 24px;
164-
padding: 0 10px;
165-
border-radius: 2px;
166-
border: 1px solid transparent;
167-
}
168-
169-
+ .rowsHolder {
170-
bottom: 60px;
171-
}
172-
}
173-
174-
.addNewRow {
175-
position: relative;
176-
margin-bottom: 30px;
177-
border-bottom: 1px solid #169CEE;
178-
179-
&:before {
180-
content: '';
181-
position: absolute;
182-
left: 0;
183-
right: 0;
184-
bottom: -1px;
185-
border-bottom: 2px solid #0092ff;
186-
}
187-
188-
+ .rowsHolder {
189-
position: relative;
190-
}
191139
}
192140

193141
.notificationMessage, .notificationError {

0 commit comments

Comments
 (0)