mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 14:52:08 -08:00
Merge pull request #1731 from pmario/fix-palette-chooser-styling
fix palette switcher popup overflow
This commit is contained in:
commit
f899f33a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1606,6 +1606,7 @@ a.tc-tiddlylink.tc-plugin-info:hover svg {
|
|||
|
||||
.tc-chooser-item {
|
||||
border: 8px;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.tc-chooser-item a.tc-tiddlylink {
|
||||
|
|
@ -1613,7 +1614,6 @@ a.tc-tiddlylink.tc-plugin-info:hover svg {
|
|||
text-decoration: none;
|
||||
color: <<colour tiddler-link-foreground>>;
|
||||
background-color: <<colour tiddler-link-background>>;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.tc-chooser-item a.tc-tiddlylink:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue