mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
fb2829aed5
I might update if it needs updating, but for now, we're done here.
37 lines
No EOL
768 B
CSS
37 lines
No EOL
768 B
CSS
/*
|
|
** Title Bar
|
|
*/
|
|
|
|
header[class^="header-"]:not(.header-QKLPzZ) {
|
|
padding: 10px;
|
|
height: 30px;
|
|
padding-top: 11px;
|
|
}
|
|
div[class*="title-"], div[class*="headerBar-"] {
|
|
min-height: 30px !important;
|
|
max-height: 30px !important;
|
|
}
|
|
.title-wrap {
|
|
min-height: 30px !important;
|
|
max-height: 30px !important;
|
|
}
|
|
.friends-row {
|
|
height: 30px !important;
|
|
}
|
|
.friends-header {
|
|
height: 29px !important;
|
|
}
|
|
.private-channels .search-bar {
|
|
min-height: 30px !important;
|
|
max-height: 30px !important;
|
|
}
|
|
.private-channels .search-bar input {
|
|
height: 16px !important;
|
|
padding: 3px 7px 5px 7px !important;
|
|
}
|
|
.search .search-bar {
|
|
width: 76px !important; /*76px*/
|
|
}
|
|
.search.focused .search-bar, .search.open .search-bar, .search.popout-open .search-bar {
|
|
width: 172px !important;
|
|
} |