0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +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 {
height : 20px;
height : 18px;
padding : 0px;
margin : -5px;
}

View File

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