diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index e96095c245..95dd61adb7 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -263,6 +263,8 @@ section { margin-bottom: 20px; } .wall-item-decor { position: absolute; left: 790px; top: -10px; width: 16px;} +.unstarred { display: none; } + .wall-item-container { display: table; width: 780px; diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index a6ea358696..ad50ee3271 100644 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -501,6 +501,9 @@ section { top: -10px; width: 16px; } +.unstarred { + display: none; +} .wall-item-container { display: table; width: 780px;