omfg
This commit is contained in:
parent
052e785438
commit
77a7516e95
2 changed files with 2 additions and 3 deletions
|
@ -59,7 +59,7 @@ pub fn main_page(
|
|||
let list = html! {
|
||||
h2.clock { "ET " (clock::get_current_eorzea_date().format("%H:%M")) }
|
||||
@for fish in values {
|
||||
section.up[fish.is_up].alwaysup[fish.is_always_up] {
|
||||
section.fish.up[fish.is_up].alwaysup[fish.is_always_up] {
|
||||
.title {
|
||||
div {
|
||||
@if !caught_fish.contains(&(fish.entry.id as i32)) {
|
||||
|
|
|
@ -3,8 +3,7 @@ body {
|
|||
margin: 40px;
|
||||
}
|
||||
|
||||
section.up,
|
||||
section.alwaysup {
|
||||
section.fish {
|
||||
margin-bottom: 5px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
|
|
Loading…
Add table
Reference in a new issue