mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
Improve database card style (#16403)
This commit is contained in:
parent
bd348d3130
commit
26042c59ea
1 changed files with 1 additions and 2 deletions
|
|
@ -276,7 +276,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
min-height: 40px;
|
||||
|
||||
&::before {
|
||||
transition: background 100ms ease-out;
|
||||
|
|
@ -379,7 +378,7 @@
|
|||
flex: 1;
|
||||
white-space: nowrap;
|
||||
font-size: 85%;
|
||||
min-height: 23px;
|
||||
min-height: calc(1.625em + 4px);
|
||||
padding: 5px 4px;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue