add login with OAuth button to login page

This commit is contained in:
2026-08-03 21:30:19 -04:00
parent 1fddaf3f67
commit ab78dd711f
2 changed files with 24 additions and 1 deletions
+20
View File
@@ -33,3 +33,23 @@
font-size: 1.25rem;
margin-bottom: 8px;
}
#login_buttons {
display: grid;
grid-gap: 5px;
grid-template-columns: 1fr 43px;
}
#login_with_oauth {
padding: 0 !important;
position: relative;
}
#login_with_oauth img {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}