We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a1830 commit d63175dCopy full SHA for d63175d
packages/desktop-gui/src/app/nav.scss
@@ -47,9 +47,7 @@
47
font-size: 13px;
48
color: #444;
49
padding: 1px 20px 0 20px;
50
- line-height: 35px;
51
-
52
+ line-height: 40px;
53
}
54
55
> a {
@@ -164,14 +162,24 @@
164
162
165
163
166
.browsers-list {
+ margin: 5px;
+ border: 1px solid #c7c7c7;
167
+ border-radius: 4px;
168
+
169
li {
170
padding: 9px 15px;
171
white-space: nowrap;
172
173
- .dropdown-chosen img {
- position: relative;
174
- top: -1px;
+ &>a.dropdown-chosen {
175
176
+ line-height: 28px !important;
177
+ background-color: #f6f6f6;
178
179
+ img {
180
+ position: relative;
181
+ top: -1px;
182
+ }
183
184
185
.browser-icon {
0 commit comments