Skip to content
Snippets Groups Projects
Commit 562d5168 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#317 mer kompakt i bredden

parent f4603e2f
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ details > summary::-webkit-details-marker { ...@@ -197,7 +197,7 @@ details > summary::-webkit-details-marker {
border-color: var(--v-primary-base); border-color: var(--v-primary-base);
border-radius: 30px; border-radius: 30px;
padding: 30px; padding: 30px;
width: max-content; width: min-content;
margin: 5px; margin: 5px;
} }
...@@ -220,8 +220,22 @@ th, td { ...@@ -220,8 +220,22 @@ th, td {
padding: 5px; padding: 5px;
} }
th {
background-color: var(--v-tertiary-darken1)
}
.infl-label {
text-align: center;
vertical-align: top;
}
article:not(.righ_hand_column) .inflection-canvas { article:not(.righ_hand_column) .inflection-canvas {
left: -35px; left: -35px;
} }
td.hilite {
background-color: var(--v-tertiary-base)
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment