mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-08 06:19:16 +00:00
Tidy up:
- Plugin and setting table. - Add new option showOwnPlugin. - Change icons. - Buttons in setting dialog. Fixed: Could not sync the file that contains "$" in filename.
This commit is contained in:
21
styles.css
21
styles.css
@@ -34,7 +34,26 @@
|
||||
.sls-plugins-wrap {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
overflow: scroll;
|
||||
/* overflow: scroll; */
|
||||
}
|
||||
.sls-plugins-tbl {
|
||||
border:1px solid var(--background-modifier-border);
|
||||
width: 100%;
|
||||
}
|
||||
.divider th{
|
||||
border-top:1px solid var(--background-modifier-border);
|
||||
}
|
||||
/* .sls-table-head{
|
||||
width:50%;
|
||||
}
|
||||
.sls-table-tail{
|
||||
width:50%;
|
||||
|
||||
} */
|
||||
|
||||
.sls-btn-left {
|
||||
padding-right:4px;
|
||||
}
|
||||
.sls-btn-right {
|
||||
padding-left:4px;
|
||||
}
|
||||
Reference in New Issue
Block a user