Added 'take-me-home' button to the chrome extension

This commit is contained in:
Leonetienne
2021-03-13 19:15:40 +01:00
parent d1578ac94b
commit 8b31627450
5 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
body {
width: 300px;
height: 310px;
height: 340px;
margin: 0 !important;
}
body .bgmask {

View File

@@ -14,7 +14,7 @@ button.small {
}
button:hover {
transform: scale(1.075);
transform: scale(1.035);
color: #fff;
background-color: #5954a4;
}