projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b387992
)
Fix avatar bad width
author
Chocobozzz
<me@florianbigard.com>
Thu, 5 Sep 2019 08:30:22 +0000
(10:30 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 5 Sep 2019 08:30:22 +0000
(10:30 +0200)
client/src/sass/include/_mixins.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/include/_mixins.scss
b/client/src/sass/include/_mixins.scss
index ebd3c0cc4d76955ad6932b72e7dc1a34a735fd5e..26ba490c7473a484d36b1b1b4a5a5594abf4ac48 100644
(file)
--- a/
client/src/sass/include/_mixins.scss
+++ b/
client/src/sass/include/_mixins.scss
@@
-396,6
+396,7
@@
border-radius: 50%;
width: $size;
height: $size;
+ min-width: $size;
}
@mixin chevron ($size, $border-width) {