mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Use referer form data instead of relying on header
This commit is contained in:
@@ -1204,6 +1204,19 @@ legend {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.icon-button button {
|
||||
color: #ff6c60;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
float: none;
|
||||
padding: unset;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.icon-button button:hover {
|
||||
color: #ffaca0;
|
||||
}
|
||||
|
||||
.checkbox-container {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user