Скрывать блок с пустым номером, новая версия темы

This commit is contained in:
Alexander Yakovlev 2018-12-11 20:47:47 +07:00
parent b37cd68daf
commit 8bcdc401e2
2 changed files with 5 additions and 2 deletions

View file

@ -161,8 +161,11 @@ aside.widget {
} }
.nGameNum { .nGameNum {
float: left; float: left;
margin-right: $font-size-base; padding-right: $font-size-base;
color: grey; color: grey;
&:empty {
display: none;
}
} }
.nGameName { .nGameName {
font-size: $h3-font-size; font-size: $h3-font-size;

View file

@ -5,7 +5,7 @@
Author: Alexander Yakovlev Author: Alexander Yakovlev
Author URI: https://oreolek.ru Author URI: https://oreolek.ru
Template: understrap Template: understrap
Version: 2.0.1 Version: 2.0.2
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child Text Domain: understrap-child