Style: More menu shortcuts

This commit is contained in:
Luc Mcgrady 2025-11-23 16:24:16 +00:00
parent c79c3bbd87
commit b59495d0e3
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -19,6 +19,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
padding: 0.5em; padding: 0.5em;
cursor: pointer; cursor: pointer;
line-height: normal; line-height: normal;
gap: 0.5em;
&:hover { &:hover {
background: var(--highlight-bg); background: var(--highlight-bg);
@ -26,8 +27,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
} }
span { span {
min-width: 5em; min-width: 6em;
text-align: right;
} }
} }
</style> </style>