mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Shrink avatar image/video to 32px
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@import "bootstrap/less/variables.less";
|
||||
@import "octicon-mixins.less";
|
||||
|
||||
@width: 64px;
|
||||
@avatar-width: 32px;
|
||||
|
||||
.collaboration {
|
||||
@item-line-height: @line-height-base * 1.25;
|
||||
@@ -25,12 +25,12 @@
|
||||
|
||||
.avatar {
|
||||
border-radius: 3px;
|
||||
height: @width;
|
||||
width: @width;
|
||||
height: @avatar-width;
|
||||
width: @avatar-width;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
video {
|
||||
width: @width;
|
||||
width: @avatar-width;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user