Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix style and autoformat
  • Loading branch information
abr-egn committed Jan 4, 2025
commit d4619118aabb4d56f65dce10b865a60a0bc6ec3c
4 changes: 2 additions & 2 deletions server/index_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var index = `<!DOCTYPE html><html>
</div>
<div class="content-box">
<h1>{{call $.Translate "Activity"}}</h1>
<div id="help-toggle"></div>
<div id="help-toggle"></div>
<a href="rss"><img src="static/images/rss-icon-28.png" class="rss-icon" /></a>
<table id="activity-table" class="list">
<thead>
Expand All @@ -59,7 +59,7 @@ var index = `<!DOCTYPE html><html>
<tbody>
</tbody>
</table>
<div id="activity-nav"></div>
<div id="activity-nav" class="right"></div>
</div>
<footer>
<p>This site is not affiliated with Path of Exile or Grinding Gear Games in any way.</p>
Expand Down
18 changes: 6 additions & 12 deletions server/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ td {
border-bottom: 1px solid #363636;
}

#activity-nav {
display: flex;
justify-content: space-between;
.right {
text-align: right;
}

div.notice {
Expand All @@ -65,10 +64,7 @@ div.notice {
color: #202020;
}

div.notice a,
div.notice a:visited,
div.notice a:active,
div.notice a:hover {
div.notice a, div.notice a:visited, div.notice a:active, div.notice a:hover {
color: #202020;
text-decoration: underline;
}
Expand Down Expand Up @@ -206,8 +202,7 @@ td.toggle img {
filter: opacity(70%);
}

.expander:hover,
.collapser:hover {
.expander:hover, .collapser:hover {
filter: opacity(100%);
}

Expand Down Expand Up @@ -268,8 +263,7 @@ td.body img {
background-color: #323232;
}

.spoilerTitle,
.spoilerContent {
.spoilerTitle, .spoilerContent {
padding: 8px;
}

Expand All @@ -286,4 +280,4 @@ td.body img {

#locale-selection li.selected-locale {
opacity: 1.0;
}
}