when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em
This commit is contained in:
parent
613ff90e6a
commit
fa79085bd5
@ -1013,7 +1013,7 @@ footer {
|
|||||||
.wall-item-content {
|
.wall-item-content {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: $font_sizepx;
|
font-size: $font_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-content img {
|
.wall-item-content img {
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
if (! $item_opacity)
|
if (! $item_opacity)
|
||||||
$item_opacity = "1";
|
$item_opacity = "1";
|
||||||
if (! $font_size)
|
if (! $font_size)
|
||||||
$font_size = "12";
|
$font_size = "1.0em";
|
||||||
if (! $font_colour)
|
if (! $font_colour)
|
||||||
$font_colour = "#4D4D4D";
|
$font_colour = "#4D4D4D";
|
||||||
if (! $radius)
|
if (! $radius)
|
||||||
|
Reference in New Issue
Block a user