8000 Made the close icon a bit smaller · symfony/symfony@9b585b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b585b9

Browse files
committed
Made the close icon a bit smaller
1 parent 3ab2e20 commit 9b585b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
.sf-toolbarreset img {
4040
max-height: 20px;
4141
}
42+
4243
.sf-toolbarreset .hide-button {
4344
background: #444;
4445
cursor: pointer;
@@ -47,11 +48,14 @@
4748
top: 0;
4849
right: 0;
4950
width: 36px;
50-
height: 28px;
51+
height: 36px;
5152
cursor: pointer;
52-
padding-top: 8px;
5353
text-align: center;
5454
}
55+
.sf-toolbarreset .hide-button svg {
56+
max-height: 18px;
57+
padding-top: 10px;
58+
}
5559

5660
.sf-toolbar-block {
5761
cursor: default;

0 commit comments

Comments
 (0)
0