mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-21 19:30:16 +00:00
Added button-padding
class
This commit is contained in:
parent
3430d5ae17
commit
950f83cd52
@ -98,6 +98,10 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.button-padding {
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
padding: 5px 13px;
|
||||
@ -326,6 +330,13 @@ button:hover {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.view-icons-margin {
|
||||
/* width: 30px; */
|
||||
margin: 5px 10px;
|
||||
/* cursor: pointer;
|
||||
filter: var(--img-filter); */
|
||||
}
|
||||
|
||||
.view-icons img {
|
||||
width: 30px;
|
||||
margin: 5px 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user