This commit is contained in:
RossAscends
2023-04-10 01:52:10 +09:00

View File

@@ -238,6 +238,7 @@ code {
background-position: center; background-position: center;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
overflow: hidden;
} }
#send_but { #send_but {
@@ -1017,6 +1018,10 @@ input[type=search]:focus::-webkit-search-cancel-button {
align-items: center; align-items: center;
} }
#user-settings-block h4, #user-settings-block h3 {
margin: 10px 0;
}
#avatar-and-name-block { #avatar-and-name-block {
justify-content: space-between; justify-content: space-between;
display: flex; display: flex;