We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a37ef commit 8d52635Copy full SHA for 8d52635
src/jsMain/kotlin/io/github/ayfri/components/Header.kt
@@ -81,16 +81,12 @@ object HeaderStyle : StyleSheet() {
81
zIndex(5)
82
83
"i" style {
84
- fontSize(navbarHeight.value() * .6)
+ fontSize(navbarHeight.value() * .5)
85
}
86
87
media(mediaMaxWidth(mobileSecondBreak)) {
88
self {
89
padding(0.px, 1.cssRem)
90
-
91
- "i" style {
92
- fontSize(navbarHeight.value() * .4)
93
- }
94
95
96
@@ -144,6 +140,7 @@ object HeaderStyle : StyleSheet() {
144
140
val navbarGithub by style {
145
141
borderRadius(.5.cssRem)
146
142
gap(1.cssRem)
143
+ height(80.percent)
147
marginRight(1.vw)
148
padding(.5.cssRem, 1.cssRem)
149
0 commit comments