Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit e43011d

Browse files
committed
style fix
1 parent c9ab4da commit e43011d

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
export const Title = 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
export const Desc = 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)