mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
migrated desktop CSS to the desktop layout
This commit is contained in:
@@ -74,7 +74,6 @@
|
||||
|
||||
<link href="stylesheets/themes.css" rel="stylesheet">
|
||||
<link href="stylesheets/style.css" rel="stylesheet">
|
||||
<link href="stylesheets/desktop.css" rel="stylesheet">
|
||||
|
||||
<script src="javascripts/desktop.js" crossorigin type="module"></script>
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
<style>
|
||||
#note-info-table td, #note-info-table th {
|
||||
padding: 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="note-info-dialog" class="modal fade mx-auto" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
|
||||
@@ -1,3 +1,27 @@
|
||||
<style>
|
||||
#widgets-configuration {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#widgets-configuration h5 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#widgets-configuration .list-group-item {
|
||||
background: var(--accented-background-color);
|
||||
font-size: larger;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 2px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#widgets-configuration .handle {
|
||||
margin-right: 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="options-dialog" class="modal fade mx-auto" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg modal-dialog-scrollable" style="min-width: 1000px;" role="document">
|
||||
<div class="modal-content">
|
||||
|
||||
Reference in New Issue
Block a user