css fixes

This commit is contained in:
zadam 2021-07-04 15:49:52 +02:00
parent 4cc02ffb31
commit 703fbd30df
4 changed files with 8 additions and 5 deletions

View File

@ -5,7 +5,7 @@ if [[ $# -eq 0 ]] ; then
exit 1
fi
n exec 12 npm run webpack
n exec 14.17.2 npm run webpack
DIR=$1
@ -27,7 +27,7 @@ cp -r electron.js $DIR/
cp webpack-* $DIR/
# run in subshell (so we return to original dir)
(cd $DIR && n exec 12 npm install --only=prod)
(cd $DIR && n exec 14.17.2 npm install --only=prod)
# cleanup of useless files in dependencies
rm -r $DIR/node_modules/image-q/demo

View File

@ -127,7 +127,7 @@ const TAB_ROW_TPL = `
left: 0;
right: 0;
height: 36px;
padding: 7px 11px;
padding: 7px 5px 7px 11px;
border-radius: 8px;
overflow: hidden;
pointer-events: all;
@ -179,6 +179,7 @@ const TAB_ROW_TPL = `
border-radius: 50%;
z-index: 100;
text-align: center;
width: 22px;
}
.tab-row-widget .note-tab .note-tab-close span {

View File

@ -174,10 +174,10 @@ body.theme-dark {
--modal-backdrop-color: #444;
--left-pane-background-color: #1f1f1f;
--left-pane-text-color: #8D8888;
--left-pane-text-color: #ADAAAA;
--launcher-pane-background-color: #1f1f1f;
--launcher-pane-text-color: #8D8888;
--launcher-pane-text-color: #ADAAAA;
--active-tab-background-color: #666;
--active-tab-text-color: #ccc;

View File

@ -81,6 +81,8 @@ span.fancytree-title {
color: inherit !important;
background: inherit !important;
outline: none !important;
position: relative;
top: -2px;
}
span.fancytree-node.protected > span.fancytree-custom-icon {