Adjust sizes and padding for top nav and emojis

This commit is contained in:
eris 2022-07-27 22:34:58 +00:00
parent f803393219
commit 6b2322d81c
2 changed files with 4 additions and 3 deletions

View file

@ -84,10 +84,9 @@
}
.nav-icon {
margin-left: 1em;
margin-left: 0.2em;
width: 2em;
height: 100%;
font-size: 130%;
text-align: center;
&-logout {

View file

@ -56,13 +56,15 @@
}
.emoji-reaction {
padding: 0 0.5em;
padding: 1px 6px;
margin-right: 0.5em;
margin-top: 0.5em;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
font-size: 0.7em !important;
height: 30px;
.reaction-emoji {
width: 2.55em !important;
margin-right: 0.25em;