refactor css for timeline buttons, make it a bit easier to tap them

This commit is contained in:
Henry Jameson 2022-09-28 21:16:05 +03:00
commit c041d7aa9b
4 changed files with 47 additions and 43 deletions

View file

@ -76,19 +76,4 @@
<script src="./quick_view_settings.js"></script>
<style lang="scss">
.QuickViewSettings {
> button {
line-height: 100%;
height: 100%;
width: var(--__panel-heading-height-inner);
text-align: center;
svg {
font-size: 1.2em;
}
}
}
</style>