Merge "Reduce specificity of siteSub"

This commit is contained in:
jenkins-bot 2022-08-31 20:49:55 +00:00 committed by Gerrit Code Review
commit 990c7f72b9
1 changed files with 5 additions and 2 deletions

View File

@ -81,13 +81,16 @@ body {
float: right;
}
#siteSub {
// By default its hidden as it was hidden in Vector legacy but site styles can reveal.
display: none;
}
.vector-body {
position: relative;
z-index: @z-index-base;
#siteSub {
// By default its hidden as it was hidden in Vector legacy but site styles can reveal.
display: none;
margin-top: 8px; // T311564
}