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:
parent
2e57e3351b
commit
67df305ac2
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue