mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 17:23:11 -08:00
Add margin to horizontal tabs
This commit is contained in:
parent
747eb9daba
commit
2a26ca53c2
1 changed files with 2 additions and 0 deletions
|
|
@ -1472,6 +1472,7 @@ html body.tc-body.tc-single-tiddler-window {
|
|||
.tc-tab-buttons button {
|
||||
color: <<colour tab-foreground>>;
|
||||
padding: 3px 5px 3px 5px;
|
||||
margin-right: 0.3em;
|
||||
font-weight: 300;
|
||||
border: none;
|
||||
background: inherit;
|
||||
|
|
@ -1487,6 +1488,7 @@ html body.tc-body.tc-single-tiddler-window {
|
|||
display: block;
|
||||
width: 100%;
|
||||
margin-top: 3px;
|
||||
margin-right: 0;
|
||||
text-align: right;
|
||||
background-color: <<colour tab-background>>;
|
||||
border-left: 1px solid <<colour tab-border>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue