Skip to content
Snippets Groups Projects
Commit 97121202 authored by Andy Armstrong's avatar Andy Armstrong
Browse files

Revert changes that broke discussion profile design

parent f58d920b
No related merge requests found
// Layouts for discussion pages
@import '../course/base/extends';
.discussion-user-profile-board {
.discussion-profile-title {
margin-bottom: $baseline / 5;
font-size: $forum-x-large-font-size;
}
.discussion-profile-count {
margin-top: $baseline / 4;
}
.discussion-profile-info {
@include margin-right($baseline);
}
.user-name {
@include margin-right($baseline);
font-size: $forum-x-large-font-size;
}
.user-roles {
font-size: $forum-small-font-size;
font-style: italic;
}
}
.discussion-column {
min-height: 500px;
......
......@@ -178,7 +178,7 @@
padding-left: 0 !important; // should *not* be RTLed, see below for explanation
min-height: 60px; // @TODO: Remove this when we have a real empty state for the discussion thread list
margin: 0;
overflow-y: scroll;
overflow-y: auto;
list-style: none;
border-radius: 0 0 3px 3px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment