mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
Adjust column widths.
This commit is contained in:
parent
1041eb760b
commit
6418b2341e
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-4">
|
<div class="col-xs-3">
|
||||||
<h4>User stats</h4>
|
<h4>User stats</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>@Model.Codepoints</strong> Codepoints</li>
|
<li><strong>@Model.Codepoints</strong> Codepoints</li>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<li><strong>Topics: </strong>@Model.TopicCount</li>
|
<li><strong>Topics: </strong>@Model.TopicCount</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-4">
|
<div class="col-xs-5">
|
||||||
@if(Model.UserName == User.Identity.Name)
|
@if(Model.UserName == User.Identity.Name)
|
||||||
{
|
{
|
||||||
Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());
|
Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());
|
||||||
|
|
Loading…
Add table
Reference in a new issue