Use same horizontal padding as room avatar to align to grid

This commit is contained in:
Nad Chishtie
2019-03-27 13:15:03 +01:00
committed by GitHub
parent 04a9038a05
commit 5ac3905a37

View File

@@ -72,7 +72,7 @@ limitations under the License.
.mx_RoomView_auxPanel_hiddenHighlights {
border-bottom: 1px solid $primary-hairline-color;
padding: 10px;
padding: 10px 26px;
color: $warning-color;
cursor: pointer;
}