Fix view profile buttons
This commit is contained in:
parent
f7baea2756
commit
5ac2c26eec
|
@ -525,6 +525,11 @@ p.authorization-code {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-menu .option button.right {
|
||||||
|
float: right;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.handle {
|
.handle {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1050,7 +1055,8 @@ table.metadata td .emoji {
|
||||||
}
|
}
|
||||||
|
|
||||||
.identity-banner .avatar-link {
|
.identity-banner .avatar-link {
|
||||||
line-height: 0; /* Fixes a bit of extra padding on the bottom of the link. */
|
line-height: 0;
|
||||||
|
/* Fixes a bit of extra padding on the bottom of the link. */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Posts */
|
/* Posts */
|
||||||
|
@ -1553,29 +1559,36 @@ form .post {
|
||||||
.debug {
|
.debug {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug h2 {
|
.debug h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug-section {
|
.debug-section {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug-section .field.payload,
|
.debug-section .field.payload,
|
||||||
#canonical_response,
|
#canonical_response,
|
||||||
#raw_response {
|
#raw_response {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
#canonical_response, #raw_response {
|
|
||||||
|
#canonical_response,
|
||||||
|
#raw_response {
|
||||||
background-color: var(--color-bg-box);
|
background-color: var(--color-bg-box);
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug-section .field .name {
|
.debug-section .field .name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 49%;
|
min-width: 49%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug-section .field .value {
|
.debug-section .field .value {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 49%;
|
min-width: 49%;
|
||||||
|
|
Loading…
Reference in New Issue