Skip to content

Commit 73106b9

Browse files
committed
Improve oauth code div
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
1 parent 502aba5 commit 73106b9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

assets/css/index.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,4 +1347,22 @@ span.dl {
13471347
margin-top: 15px;
13481348
margin-left: 50px;
13491349
margin-right: 50px;
1350+
white-space: nowrap;
1351+
overflow: auto;
1352+
}
1353+
1354+
.oauth-code::-webkit-scrollbar {
1355+
min-height: 28px !important;
1356+
}
1357+
1358+
.oauth-code::-webkit-scrollbar-thumb {
1359+
min-width: 50px;
1360+
}
1361+
1362+
.oauth-code::selection {
1363+
background: #1a66c9;
1364+
}
1365+
1366+
.oauth-code::-moz-selection {
1367+
background: #1a66c9;
13501368
}

0 commit comments

Comments
 (0)