1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00

Use shortcuts to declare padding

This commit is contained in:
jvoisin 2025-01-20 16:17:31 +01:00 committed by Frédéric Guillot
parent 2e57e3351b
commit 67df305ac2

View file

@ -306,8 +306,7 @@ a:hover {
.header li {
display: inline-block;
padding: 0;
padding-right: 12px;
padding: 0 12px 0 0;
line-height: normal;
border: none;
font-size: 1.0em;
@ -629,8 +628,7 @@ template {
color: var(--modal-color);
background: var(--modal-background);
box-shadow: var(--modal-box-shadow);
padding: 5px;
padding-top: 30px;
padding: 30px 5px 5px;
}
#modal-left h3 {