Improve nav pills css

This commit is contained in:
JonnyWong16 2020-10-02 10:27:45 -07:00
commit 5e8b946571
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 8 additions and 4 deletions

View file

@ -2123,6 +2123,9 @@ a:hover .item-children-poster {
list-style: none;
padding: 0;
}
.nav-list.nav-pills > li > a {
margin-bottom: 0;
}
#new_title h3 {
color: #f9be03;
font-size: 14px;
@ -2196,11 +2199,12 @@ li.advanced-setting {
.user-info-username {
font-size: 24px;
color: #eee;
padding-top: 27px;
padding-top: 15px;
padding-left: 105px;
}
.user-info-nav {
margin-top: 15px;
padding-left: 105px;
}
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {