Skip to content

Commit

Permalink
Merge pull request #620 from Timo-Breumelhof/features/619-UserColumn-…
Browse files Browse the repository at this point in the history
…Narrower

ENH: Made the User column in Post View less wide fixes #619
  • Loading branch information
Timo-Breumelhof authored Dec 14, 2023
2 parents 155f4c4 + 8e504af commit 02485e1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
@border-color: #ccc;
@separator-border: solid 1px @border-color;



// Breakpoints
@break-tablet: 768px; // Mobile Breakpoint
@break-desktop: 992px; // Mobile Breakpoint


@break-desktop: 992px; // Desktop Breakpoint


// Internal distances
@dist-xs: 0.25rem;
@dist-sm: 0.5rem;
Expand All @@ -20,15 +18,12 @@
@dist-xl: 2rem;



// Colors
@grey-superlight: #eee;
@grey-light: #ddd;
@grey-medium: #aaa;




// Headings
@title-1-size: 1.4em;
@title-2-size: 1.2em;
Expand All @@ -37,4 +32,4 @@
@title-color: black;

// Links
@link-dim-col: #222;
@link-dim-col: #222;
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
width: 100%;
@media screen and (min-width: @break-desktop){
width: 25%;
max-width: 300px;
max-width: 250px;
}
}
.dcf-col-75{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@import '_utilities.less';



// Main wrapper
.dnn-community-forums {

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Dnn.CommunityForums/themes/community-default/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dnn.CommunityForums/themes/community-default/theme.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Dnn.CommunityForums/themes/community-default/theme.min.css

Large diffs are not rendered by default.

0 comments on commit 02485e1

Please sign in to comment.