File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ async function gitHubLoginButton() {
23
23
export function renderGitHubLoginButton ( ) {
24
24
const button = document . createElement ( "button" ) ;
25
25
button . id = "github-login-button" ;
26
- button . textContent = "Login with GitHub " ;
26
+ button . textContent = "Login" ;
27
27
button . addEventListener ( "click" , gitHubLoginButton ) ;
28
28
const toolbar = document . getElementById ( "toolbar" ) ;
29
29
if ( ! toolbar ) throw new Error ( "toolbar not found" ) ;
Original file line number Diff line number Diff line change 14
14
}
15
15
# branding > span {
16
16
padding : 8px ;
17
- line-height : 1 ;
17
+ /* line-height: 1; */
18
18
}
19
19
html ,
20
20
body {
@@ -264,14 +264,14 @@ button:active {
264
264
align-items : center;
265
265
display : inline-flex;
266
266
text-align : left;
267
- padding : 8 px 16px ;
267
+ margin : 0 16px ;
268
268
}
269
- # toolbar > * : first-child {
269
+ /* #toolbar > *:first-child {
270
270
padding-left: 16px;
271
271
}
272
272
#toolbar > *:last-child {
273
273
padding-right: 16px;
274
- }
274
+ } */
275
275
# authenticated > * {
276
276
display : inline-flex;
277
277
align-items : center;
@@ -322,3 +322,7 @@ button:active {
322
322
display : unset;
323
323
}
324
324
}
325
+
326
+ # toolbar > button {
327
+ text-align : center;
328
+ }
You can’t perform that action at this time.
0 commit comments