28 lines
355 B
CSS
28 lines
355 B
CSS
.input {
|
|
width: 100%;
|
|
}
|
|
|
|
.input-row {
|
|
display: block;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.einstellungen_buttons_wrapper {
|
|
width: fit-content;
|
|
display: grid;
|
|
grid-auto-flow: column;
|
|
grid-column-gap: 10px;
|
|
}
|
|
|
|
.feed-icon {
|
|
width: 75%;
|
|
max-width: 5em;
|
|
}
|
|
|
|
.feed-list-row {
|
|
padding: 10px 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 800px;
|
|
}
|