Skip to content

Commit 972a8d8

Browse files
committed
sidemenu touch ups
1 parent 2e16caf commit 972a8d8

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

frontend/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function App() {
4040
<div
4141
className={`col-md-4 col-lg-2 col-xl-1 fixed-top ${tagStyles.sideMenu}`}
4242
>
43-
<div className={``}>
43+
<div className={`${sideStyles.top}`}>
4444
<div>
4545
<Image
4646
src="/basic-f-v2-dark-mode-v2-fav.png"

frontend/components/Tags/tag-list-item.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
&:hover {
33
background-color: #5cb85c !important;
44
[data-bs-theme="light"] & {
5-
border-radius: 20px;
5+
border-radius: 5px;
66
}
77
}
88
margin: 0px;
@@ -17,6 +17,6 @@
1717
.item {
1818
padding: 0px !important;
1919
[data-bs-theme="light"] & {
20-
border-radius: 20px;
20+
border-radius: 5px;
2121
}
2222
}

frontend/styles/sidemenu.module.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.f {
22
font-size: 27px;
3-
margin-bottom: 20px;
3+
margin-bottom: 30px;
4+
margin-left: 8px;
45
}
56

67
.first {
@@ -10,4 +11,9 @@
1011

1112
.logoPicture {
1213
margin-top: -5px;
14+
margin-left: 10px;
15+
}
16+
17+
.top {
18+
margin-top: 4px;
1319
}

frontend/styles/tag.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
overflow-y: auto;
5858
margin-bottom: 20px;
5959
[data-bs-theme="light"] & {
60-
border-radius: 20px;
60+
border-radius: 10px;
6161
border: 1px solid;
6262
}
6363
// border: 1px solid;

0 commit comments

Comments
 (0)