mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
avatar tweaks
This commit is contained in:
parent
529cb940ea
commit
12de56fec6
3 changed files with 11 additions and 11 deletions
|
@ -971,11 +971,11 @@ body.pageslide-open {
|
|||
margin-left: 50px; }
|
||||
/* line 130, ../sass/modules/_comments.scss */
|
||||
.comment-content .user-avatar {
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
-ms-border-radius: 30px;
|
||||
-o-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
-webkit-border-radius: 100px;
|
||||
-moz-border-radius: 100px;
|
||||
-ms-border-radius: 100px;
|
||||
-o-border-radius: 100px;
|
||||
border-radius: 100px;
|
||||
overflow: hidden;
|
||||
position: block;
|
||||
float: left; }
|
||||
|
|
|
@ -128,16 +128,16 @@
|
|||
margin-left:50px;
|
||||
}
|
||||
.user-avatar{
|
||||
@include border-radius(30px);
|
||||
@include border-radius(100px);
|
||||
overflow:hidden;
|
||||
position:block;
|
||||
float:left;
|
||||
img{
|
||||
position:block;
|
||||
float:left;
|
||||
img{
|
||||
height:40px;
|
||||
width:40px;
|
||||
width:40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.comment-meta{
|
||||
margin-bottom:5px;
|
||||
.comment-username, .comment-time, .comment-permalink{
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.5 KiB |
Loading…
Add table
Reference in a new issue