diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-10-07 16:06:55 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-10-07 16:06:55 +0200 |
commit | 9797e6fda53014bb099d63dfdb51a61fdd639b8b (patch) | |
tree | a17948849af2471a817cb35923e4cfdf6bde1295 /yomichan/action-popup.css.diff | |
parent | fa5f1e9f4b119cb1fdf5902801562daba34de91d (diff) |
renovate makefile and fix action popup css
Diffstat (limited to 'yomichan/action-popup.css.diff')
-rw-r--r-- | yomichan/action-popup.css.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/yomichan/action-popup.css.diff b/yomichan/action-popup.css.diff new file mode 100644 index 0000000..2190f22 --- /dev/null +++ b/yomichan/action-popup.css.diff @@ -0,0 +1,13 @@ +--- yomichan/css/action-popup.css.bak 2023-10-07 15:36:34.944932431 +0200 ++++ yomichan/css/action-popup.css 2023-10-07 15:36:40.121568264 +0200 +@@ -48,9 +48,7 @@ + } + + #mini { +- display: flex; +- flex-flow: column nowrap; +- align-items: center; ++ text-align: center; + } + #full { + display: none; |