mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 06:20:01 +00:00
Tweaks for big green buttons
Make the images larger, and switch to display: inline-block so that we get better behaviour with line wrapping.
This commit is contained in:
parent
33953f2634
commit
b9a2150f4e
@ -286,6 +286,7 @@ button svg, button img {
|
||||
}
|
||||
|
||||
.tc-btn-big-green {
|
||||
display: inline-block;
|
||||
padding: 8px;
|
||||
margin: 4px 8px 4px 8px;
|
||||
background: <<colour download-background>>;
|
||||
@ -299,8 +300,8 @@ button svg, button img {
|
||||
|
||||
.tc-btn-big-green svg,
|
||||
.tc-btn-big-green img {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user