Skip to content

Commit 82fedcf

Browse files
Удаляет лишние переносы строк в sidebar
1 parent 0fa61e7 commit 82fedcf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

css/blocks/sidebar.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.sidebar {
22
display: flex;
33
flex-direction: column;
4-
54
width: 100%;
65
}
76

@@ -35,7 +34,6 @@
3534
.sidebar {
3635
flex-direction: row;
3736
flex-wrap: wrap;
38-
3937
padding: 2rem 0;
4038
}
4139

@@ -54,23 +52,19 @@
5452
position: sticky;
5553
top: 0;
5654
bottom: 0;
57-
5855
flex-direction: column;
5956
flex-wrap: nowrap;
6057
align-self: flex-start;
61-
6258
width: 230px;
6359
height: 100vh;
6460
padding: 0 1rem;
65-
6661
overflow-y: auto;
6762
line-height: 1.25;
6863
border-right: 1px solid #e5e5e5;
6964
}
7065

7166
.sidebar-col {
7267
flex-shrink: 0;
73-
7468
width: 100%;
7569
padding: 0;
7670
}
@@ -97,21 +91,17 @@
9791
.sidebar-menu {
9892
padding: 0;
9993
margin: 0.5em 0 0;
100-
10194
list-style: none;
102-
10395
font-size: 0.7rem;
10496
}
10597

10698
.sidebar-menu li {
10799
margin: 0;
108-
109100
line-height: 1.45;
110101
}
111102

112103
.sidebar-menu a {
113104
display: block;
114-
115105
padding: 0.25em 0;
116106
}
117107
}

0 commit comments

Comments
 (0)