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;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
padding: 4px;
|
||||
padding: 3px 4px 4px;
|
||||
position: relative;
|
||||
-webkit-transition: all .1s ease-in-out;
|
||||
transition: all .1s ease-in-out;
|
||||
@ -155,10 +155,10 @@ a[href="javascript:;"] {
|
||||
content: " / ";
|
||||
}
|
||||
.brackets-wrap::before {
|
||||
content: " [";
|
||||
content: "\\00a0[";
|
||||
}
|
||||
.brackets-wrap::after {
|
||||
content: "] ";
|
||||
content: "]\\00a0";
|
||||
}
|
||||
|
||||
/* Notifications */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user