1
0
mirror of https://github.com/zombieFox/nightTab.git synced 2025-07-11 11:35:20 +02:00

[design] improve link items

This commit is contained in:
zombieFox
2018-12-26 17:21:23 -07:00
parent 5c3a10c2f9
commit e000473e42

@ -23,7 +23,7 @@
border-radius: var(--radius); border-radius: var(--radius);
padding: 0 1em; padding: 0 1em;
width: 100%; width: 100%;
height: calc(100% - 2px); height: calc(100% - 3px);
display: flex; display: flex;
z-index: 3; z-index: 3;
position: relative; position: relative;