Skip to content

Commit aef7da8

Browse files
fix alignment in top bar
Co-Authored-By: Tarmo <[email protected]>
1 parent a72b85e commit aef7da8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ ul.manage li {
651651

652652
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
653653
/*line-height: 2.7rem;*/
654-
line-height: 3rem; /* tested on mac and win */
654+
line-height: 2.9rem; /* tested on mac and win */
655655
}
656656

657657
.wallet-settings{

src/css/mobile.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ _:-ms-fullscreen, :root .main {
131131

132132
.left-small {
133133
width: 4.7rem;
134-
line-height: 2.95rem;
134+
/* line-height: 2.95rem;*/
135135
border-right: none;
136136
}
137137

138138
.right-small {
139139
width: 4.7rem;
140140
text-align: right;
141-
line-height: 2.7rem;
141+
/* line-height: 2.7rem;*/
142142
border-left: none;
143143
}
144144

@@ -172,7 +172,7 @@ _:-ms-fullscreen, :root .main {
172172
.tab-bar .text-close {
173173
font-size: 0.9rem;
174174
font-weight: 400;
175-
line-height: 49px;
175+
/* line-height: 49px;*/
176176
color: #656565;
177177
font-weight: 500;
178178
transition: all .3s;

0 commit comments

Comments
 (0)