action icon design fix

This commit is contained in:
Nicolas Constant 2020-03-13 20:49:54 -04:00
parent 0aed10cbff
commit a41a46168a
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
@import "variables";
.action-bar {
// outline: 1px solid greenyellow; // height: 20px;
//outline: 1px solid greenyellow; // height: 20px;
margin: 5px 0px 5px $avatar-column-space;
padding: 0;
font-size: 18px;
@ -10,17 +10,18 @@
// transform: rotate(0.03deg);
&__link {
//outline: 1px solid greenyellow;
color: $status-secondary-color;
padding: 0 4px;
&:hover {
color: $status-links-color;
}
&:not(:last-child) {
margin-right: 15px;
margin-right: 8px;
}
&--reply {
font-size: 20px;
}
@ -35,7 +36,7 @@
font-size: 17px;
}
&--bookmark {
&--bookmark {
position: relative;
// bottom: -1px;
font-size: 16px;