Skip to content

Commit 0a97236

Browse files
committed
fix: smaller tile icons
1 parent 553efe5 commit 0a97236

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/Visualizer/style/database-menu-sidebar.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
position: relative;
5959
display: block;
6060
padding: 20px;
61-
border: 2px solid #e0e0e0;
61+
border: 1px solid #e0e0e0;
6262
border-radius: 12px;
6363
background: #fff;
6464
text-decoration: none;
@@ -90,8 +90,8 @@
9090
position: absolute;
9191
top: 12px;
9292
right: 12px;
93-
font-size: 14px;
94-
font-weight: 700;
93+
font-size: 12px;
94+
font-weight: 500;
9595
color: #999;
9696
font-family: 'Monaco', 'Courier New', monospace;
9797
}
@@ -118,8 +118,8 @@
118118
position: absolute;
119119
bottom: 12px;
120120
right: 12px;
121-
width: 24px;
122-
height: 24px;
121+
width: 20px;
122+
height: 20px;
123123
cursor: pointer;
124124
fill: #999;
125125
transition: all 0.2s ease;
@@ -136,15 +136,15 @@
136136
}
137137

138138
svg {
139-
width: 12px;
140-
height: 12px;
139+
width: 11px;
140+
height: 11px;
141141
}
142142
}
143143

144144
&__description {
145145
position: absolute;
146-
left: -2px;
147-
right: -2px;
146+
left: -1px;
147+
right: -1px;
148148
top: 100%;
149149
max-height: 0;
150150
opacity: 0;
@@ -154,7 +154,7 @@
154154
line-height: 1.6;
155155
color: #666;
156156
background-color: #fff;
157-
border: 2px solid #4A90E2;
157+
border: 1px solid #4A90E2;
158158
border-top: none;
159159
border-radius: 0 0 12px 12px;
160160
padding: 0 20px 0 36px;

0 commit comments

Comments
 (0)