fix text centering again
This commit is contained in:
@ -68,14 +68,13 @@ ul#sidebar {
|
|||||||
|
|
||||||
width: 160px;
|
width: 160px;
|
||||||
right:0;
|
right:0;
|
||||||
top:0;
|
top:15px;
|
||||||
padding-top: 10px;
|
|
||||||
|
|
||||||
color: $sidebar-text;
|
color: $sidebar-text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flagButton::before {
|
.flagButton::after{
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
content: " ";
|
content: " ";
|
||||||
display: block;
|
display: block;
|
||||||
@ -97,7 +96,7 @@ ul#sidebar {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flagButton::before{
|
.flagButton::after{
|
||||||
width: 170px;
|
width: 170px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user