We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4f8546 + 8b001b4 commit d99201cCopy full SHA for d99201c
src/librustdoc/html/static/css/rustdoc.css
@@ -1327,8 +1327,8 @@ a.test-arrow:hover {
1327
border-bottom: 1px solid;
1328
display: flex;
1329
height: 40px;
1330
- justify-content: center;
1331
- align-items: center;
+ justify-content: stretch;
+ align-items: stretch;
1332
z-index: 10;
1333
}
1334
#source-sidebar {
@@ -1356,13 +1356,7 @@ a.test-arrow:hover {
1356
text-align: center;
1357
border: none;
1358
outline: none;
1359
- position: absolute;
1360
- top: 0;
1361
- bottom: 0;
1362
- left: 0;
1363
- right: 0;
1364
- /* work around button layout strangeness: https://stackoverflow.com/q/7271561 */
1365
- width: 100%;
+ flex: 1 1;
1366
/* iOS button gradient: https://stackoverflow.com/q/5438567 */
1367
-webkit-appearance: none;
1368
opacity: 1;
0 commit comments