and some styles
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
border: 1px solid black;
|
||||
border-radius: 4px;
|
||||
padding: 5px 20px;
|
||||
margin: 10px 0;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -129,7 +129,8 @@ body {
|
||||
.thread-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
gap: 0 5px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.post {
|
||||
@@ -1523,3 +1524,16 @@ img.badge-button {
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.rss-button {
|
||||
background-color: #fba668;
|
||||
color: black;
|
||||
}
|
||||
.rss-button:hover {
|
||||
background-color: rgb(251.8, 183.8, 134.2);
|
||||
color: black;
|
||||
}
|
||||
.rss-button:active {
|
||||
background-color: rgb(186.8501612903, 155.5098387097, 132.6498387097);
|
||||
color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user