0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 17:12:45 +00:00

Make icon slightly smaller

This commit is contained in:
Trevor Buckner
2023-03-06 16:02:54 -05:00
parent bbcf415a30
commit c341bc5db6
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@
} }
} }
.googleDriveIcon { .googleDriveIcon {
height : 20px; height : 18px;
padding : 0px; padding : 0px;
margin : -5px; margin : -5px;
} }

View File

@@ -18,9 +18,9 @@
position : relative; position : relative;
} }
.googleDriveStorage img{ .googleDriveStorage img{
height : 20px; height : 18px;
padding : 0px; padding : 0px;
margin : -6px; margin : -5px;
&.inactive { &.inactive {
filter: grayscale(1); filter: grayscale(1);