Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
gjorde sidebar-knappene mindre og runde, de tok altfor mye plass med 28px font.
lenkene er nå blokk-elementer med padding og border-radius, så hele raden er klikkbar og de ser ut som knapper. la til hover og focus-visible - sistnevnte for at man skal se hvor man er når man tabber gjennom siden med tastatur.
smalnet også sidekolonnene: .sidebar og .page-spacer gikk fra flex: 1 1 0, altså en fjerdedel hver, til fast 300px. da er main den eneste som kan vokse og tar resten. på en 1600px skjerm blir det 300/1200/300 i stedet for 400/800/400.
bare css, ingen endringer i komponenter.
Closes #19