lea++ style fixed
This commit is contained in:
@ -191,13 +191,13 @@ a:hover {
|
|||||||
right: 1px;
|
right: 1px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
overflow: hidden;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
-moz-border-radius: 50%;
|
-moz-border-radius: 50%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
.article .avatar img {
|
.article .avatar img {
|
||||||
width: 100%;
|
max-height: 32px;
|
||||||
height: 100%;
|
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
-moz-border-radius: 50%;
|
-moz-border-radius: 50%;
|
||||||
|
@ -211,12 +211,12 @@ a:hover {
|
|||||||
right: 1px;
|
right: 1px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
overflow: hidden;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
-moz-border-radius: 50%;
|
-moz-border-radius: 50%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
max-height: 32px;
|
||||||
height: 100%;
|
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
-moz-border-radius: 50%;
|
-moz-border-radius: 50%;
|
||||||
|
Reference in New Issue
Block a user