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