mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 00:51:26 +08:00
fix: fix sidebar display bug when data empty (#2883)
* fix: fix sidebar display bug when data empty * style(render/sidebar): add space after data
This commit is contained in:
parent
6f1e733cd5
commit
ffce55df59
@ -419,9 +419,18 @@ export default {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
padding-bottom: 100px;
|
||||
& .no-data {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
& .no-data svg {
|
||||
fill: var(--themeColor);
|
||||
width: 120px;
|
||||
}
|
||||
& .no-data .button-primary {
|
||||
display: block;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user