Tiny styling adjustments.
This commit is contained in:
parent
9a6aa298ec
commit
0290db120e
File diff suppressed because one or more lines are too long
@ -111,7 +111,7 @@ a[href="javascript:;"] {
|
|||||||
border-width: 0 0 1px;
|
border-width: 0 0 1px;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 4px;
|
padding: 3px 4px 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
-webkit-transition: all .1s ease-in-out;
|
-webkit-transition: all .1s ease-in-out;
|
||||||
transition: all .1s ease-in-out;
|
transition: all .1s ease-in-out;
|
||||||
@ -155,10 +155,10 @@ a[href="javascript:;"] {
|
|||||||
content: " / ";
|
content: " / ";
|
||||||
}
|
}
|
||||||
.brackets-wrap::before {
|
.brackets-wrap::before {
|
||||||
content: " [";
|
content: "\\00a0[";
|
||||||
}
|
}
|
||||||
.brackets-wrap::after {
|
.brackets-wrap::after {
|
||||||
content: "] ";
|
content: "]\\00a0";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Notifications */
|
/* Notifications */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user