Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commite43011d

Browse files
committed
style fix
1 parentc9ab4da commite43011d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎containers/Doraemon/styles/index.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const ContentWraper = styled.div`
128128
`
129129
exportconstTitle=styled.div`
130130
display: block;
131+
font-size: 1.5em;
131132
color: white;
132133
> a {
133134
color:${theme('u_panel.link')};
@@ -136,6 +137,7 @@ export const Title = styled.div`
136137
exportconstDesc=styled.div`
137138
color:${theme('u_panel.text')};
138139
text-overflow: ellipsis;
140+
font-size: 1.1em;
139141
width: 90%;
140142
white-space: nowrap;
141143
overflow: hidden;

‎containers/Sidebar/styles/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const MenuItem = styled.ul`
2424
left: 0;
2525
position: relative;
2626
width: 260px;
27-
height:100vh;
27+
height:95vh;
2828
overflow-y: scroll;
2929
transition: left 0.2s;
3030

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp