Skip to content

Commit 6b0902a

Browse files
committed
style: more compact layout
1 parent 8c2119c commit 6b0902a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

lires_web/src/components/Home.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ export default {
163163
height: 100vh;
164164
}
165165
#main-home{
166-
margin-top: 45px;
167-
height: calc(100vh - 45px);
168-
width: 98vw;
166+
margin-top: 50px;
167+
height: calc(100vh - 50px);
168+
width: calc(100vw - 20px);
169169
display: flex;
170170
flex-direction: column;
171171
}
@@ -208,7 +208,6 @@ export default {
208208
}
209209
div.horizontal{
210210
display: flex;
211-
padding-top: 10px;
212211
gap: 10px;
213212
}
214213
div#bannerAddons{

lires_web/src/components/Reader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ div#main-reader{
155155
flex-direction: column;
156156
align-items: center;
157157
justify-content: center;
158-
width: 98vw;
158+
width: calc(100vw - 10px);
159159
background-color: var(--color-background);
160160
}
161161
div#bannerOps{

0 commit comments

Comments
 (0)