[UI] Remove margin in timeline container

This commit is contained in:
Hugo Sales 2021-05-12 19:40:47 +00:00
parent 86400ce815
commit c5d4b7ecac
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
3 changed files with 3 additions and 15 deletions

View File

@ -77,11 +77,6 @@
display: flex;
flex-wrap: wrap;
font-size: var(--medium-size);
border-radius: var(--unit-size);
background-color: var(--bg3);
box-shadow: var(--shadow);
margin: var(--unit-size);
border: solid 2px var(--accent-low);
}
.notes-wrap .timeline {
order: 3;
@ -98,6 +93,7 @@
.notes-wrap .main-nav {
width: 100%;
font-size: var(--unit-size);
border-radius: 0;
}
.note {

View File

@ -75,11 +75,6 @@
display: flex;
flex-wrap: wrap;
font-size: var(--medium-size);
border-radius: var(--unit-size);
background-color: var(--bg3);
box-shadow: var(--shadow);
margin: var(--unit-size);
border: solid 2px var(--accent-low);
}
.notes-wrap .timeline {
order: 3;
@ -96,6 +91,7 @@
.notes-wrap .main-nav {
width: 100%;
font-size: var(--unit-size);
border-radius: 0;
}
.note {

View File

@ -75,11 +75,6 @@
display: flex;
flex-wrap: wrap;
font-size: var(--medium-size);
border-radius: var(--unit-size);
background-color: var(--bg3);
box-shadow: var(--shadow);
margin: 1%;
border: solid 2px var(--accent-low);
}
.notes-wrap .timeline {
order: 3;
@ -96,6 +91,7 @@
.notes-wrap .main-nav {
width: 100%;
font-size: var(--unit-size);
border-radius: 0;
}
.note {