Fix horizontal alignment of top unread-messages bar
This commit is contained in:
parent
18c6aa38e4
commit
1a9125a886
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_TopUnreadMessagesBar {
|
.mx_TopUnreadMessagesBar {
|
||||||
|
margin: auto; /* centre horizontally */
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue