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

@@ -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 {