mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
added time stamps
This commit is contained in:
parent
15b6dd91a1
commit
2093ea7274
2 changed files with 125 additions and 61 deletions
|
@ -89,7 +89,6 @@ body,
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-inline: 8px;
|
||||
padding-top: 14px;
|
||||
padding-bottom: 8px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
@ -112,6 +111,15 @@ body,
|
|||
background-color: $divider;
|
||||
}
|
||||
}
|
||||
|
||||
.time-separator{
|
||||
font-size: 12px;
|
||||
color: $text2;
|
||||
font-family: SFRoundedSemiBold;
|
||||
padding-left: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue