mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 12:18:26 +08:00
style(next): basic styling of ribbon as a floating toolbar
This commit is contained in:
parent
ef3cbcac6d
commit
d15b5f8cbc
1 changed files with 17 additions and 2 deletions
|
|
@ -178,3 +178,18 @@ ul.editability-dropdown li.dropdown-item > div {
|
|||
.note-info-widget {
|
||||
container: info-section / inline-size;
|
||||
}
|
||||
|
||||
/*
|
||||
* Styling as a floating toolbar
|
||||
*/
|
||||
.ribbon-container {
|
||||
background: var(--card-background-color);
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
||||
margin: 10px;
|
||||
border-radius: 6px;
|
||||
padding: 5px 0;
|
||||
|
||||
.ribbon-body {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue