feat: dm style, take 4 (#923)
This commit is contained in:
parent
7a061c1ff9
commit
e1332345ad
3 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,7 @@ const isFiltered = $computed(() => filterPhrase && (context && context !== 'deta
|
|||
<div
|
||||
space-y-3
|
||||
:class="{
|
||||
'pt2 pb0.5 px3.5 bg-fade border-1 border-primary-light rounded-5 me--1': isDM,
|
||||
'pt2 pb0.5 px3.5 bg-dm rounded-4 me--1': isDM,
|
||||
'ms--3.5 mt--1 ms--1': isDM && context !== 'details',
|
||||
}"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue