mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
Final EndPwn2 build
I might update if it needs updating, but for now, we're done here.
This commit is contained in:
parent
c3fc51d733
commit
fb2829aed5
4 changed files with 46 additions and 54 deletions
|
@ -35,13 +35,13 @@ div[class^="footer-"] {
|
|||
|
||||
/* Profile Roles */
|
||||
|
||||
.role-3rahR_ {
|
||||
[class*="role-"] {
|
||||
position:relative;
|
||||
border-radius:0%;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
.roleCircle-3-vPZq {
|
||||
[class*="roleCircle-"] {
|
||||
border-radius:0%;
|
||||
position:absolute;
|
||||
width:100%;
|
||||
|
@ -52,11 +52,11 @@ div[class^="footer-"] {
|
|||
margin-left:-4px;
|
||||
}
|
||||
|
||||
.roleName-DUQZ9m {
|
||||
[class*="roleName-"] {
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.roleRemoveIcon-2iu0iE {
|
||||
[class*="roleRemoveIcon-"] {
|
||||
display: block;
|
||||
margin: 6px 2px 6px 0;
|
||||
right: 0;
|
||||
|
@ -64,13 +64,11 @@ div[class^="footer-"] {
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.roleRemoveIcon-2iu0iE .fill {
|
||||
[class*="roleRemoveIcon-"] .fill {
|
||||
z-index:5;
|
||||
fill: #FFF;
|
||||
filter: brightness(0);
|
||||
}
|
||||
|
||||
.addButton-3RuTE0 {
|
||||
[class*="addButton-"] {
|
||||
z-index:3;
|
||||
padding-right: 4px;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
** Title Bar
|
||||
*/
|
||||
|
||||
header[class^="header-"]:not(.header-2Lg0Oe) {
|
||||
header[class^="header-"]:not(.header-QKLPzZ) {
|
||||
padding: 10px;
|
||||
height: 30px;
|
||||
padding-top: 11px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue