mirror of https://github.com/zulip/zulip.git
navbar: Re-center home icon within <li> tab.
The home icon was too far to the right and did not have equal padding within the <li> tab so this makes the padding an equal 10px on the left and right and none on the top and bottom.
This commit is contained in:
parent
6ce68dfc3d
commit
ae4c3873af
|
@ -1592,7 +1592,7 @@ blockquote p {
|
|||
}
|
||||
|
||||
#tab_list li.active.root {
|
||||
padding-left: 10px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#tab_list li.private_message {
|
||||
|
|
Loading…
Reference in New Issue