Skip to content

Commit 278fec8

Browse files
committed
css improvements for long usernames
Signed-off-by: Michael Gnehr <[email protected]>
1 parent af9d0ec commit 278fec8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

public/css/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ footer .ui.left,footer .ui.right{line-height:40px}
289289
.markdown:not(code) .ui.list .list,.markdown:not(code) ol.ui.list ol,.markdown:not(code) ul.ui.list ul{padding-left:2em}
290290
.repository.wiki.revisions .ui.container>.ui.stackable.grid{flex-direction:row-reverse}
291291
.repository.wiki.revisions .ui.container>.ui.stackable.grid>.header{margin-top:0}
292-
.file-revisions-btn{display:block;float:left;padding:11px!important;margin-right:10px!important}
292+
.repository.wiki.revisions .ui.container>.ui.stackable.grid>.header .sub.header{padding-left:52px}
293+
.file-revisions-btn{display:block;float:left;margin-bottom:2px!important;padding:11px!important;margin-right:10px!important}
293294
.file-revisions-btn i{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
294295
.home .logo{max-width:220px}
295296
@media only screen and (max-width:767px){.home .hero h1{font-size:3.5em}

public/less/_markdown.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,18 @@
502502

503503
> .header {
504504
margin-top: 0;
505+
506+
.sub.header {
507+
padding-left: 52px;
508+
}
505509
}
506510
}
507511
}
508512

509513
.file-revisions-btn {
510514
display: block;
511515
float: left;
516+
margin-bottom: 2px !important;
512517
padding: 11px !important;
513518
margin-right: 10px !important;
514519

0 commit comments

Comments
 (0)