Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Fixed some new layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbuscher committed Feb 26, 2016
1 parent 6674de9 commit f7fd30f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions N1-Taiga/styles/controls.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import "variables";

.header-container {
margin-right: 10px;
}

/**
* Buttons
*/
Expand Down
5 changes: 5 additions & 0 deletions N1-Taiga/styles/threads.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@import "variables";

.list-tabular .list-column.list-column-Item {
margin-left: -20px;
padding-left: 30px;
}

.thread-list {
.list-container {
.list-item {
Expand Down

0 comments on commit f7fd30f

Please sign in to comment.