AddRemove: Make a button that adds points
All checks were successful
/ test (pull_request) Successful in 2m25s
All checks were successful
/ test (pull_request) Successful in 2m25s
This commit is contained in:
parent
b7375e7101
commit
07a415843d
2 changed files with 11 additions and 3 deletions
|
@ -42,9 +42,9 @@ body {
|
|||
}
|
||||
|
||||
#add-remove > button {
|
||||
width: 32px;
|
||||
/*width: 32px;*/
|
||||
height: 32px;
|
||||
font-size: large;
|
||||
/*font-size: large;*/
|
||||
}
|
||||
|
||||
/* KLUDGE */
|
||||
|
@ -53,7 +53,9 @@ body {
|
|||
buttons need to be displayed in an emoji font
|
||||
*/
|
||||
#add-remove > button.emoji {
|
||||
width: 32px;
|
||||
font-family: 'Noto Emoji', sans-serif;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
/* outline */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue