forked from AkkomaGang/akkoma-fe
Adjust sizes and padding for top nav and emojis
This commit is contained in:
parent
f803393219
commit
6b2322d81c
2 changed files with 4 additions and 3 deletions
|
@ -84,10 +84,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-icon {
|
.nav-icon {
|
||||||
margin-left: 1em;
|
margin-left: 0.2em;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 130%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&-logout {
|
&-logout {
|
||||||
|
|
|
@ -56,13 +56,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji-reaction {
|
.emoji-reaction {
|
||||||
padding: 0 0.5em;
|
padding: 1px 6px;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
font-size: 0.7em !important;
|
||||||
|
height: 30px;
|
||||||
.reaction-emoji {
|
.reaction-emoji {
|
||||||
width: 2.55em !important;
|
width: 2.55em !important;
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
|
|
Loading…
Reference in a new issue