mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
css
This commit is contained in:
@@ -395,3 +395,25 @@
|
||||
margin-left: 3em;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.topicline {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
[data-origin="tor"] {
|
||||
background-image: url('/static/tor.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
[data-origin="i2p"] {
|
||||
background-image: url('/static/i2p.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
[data-origin="clearnet"] {
|
||||
background-image: url('/static/clearnet.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user