Grammalecte  Diff

Differences From Artifact [bdfdd8665c]:

To Artifact [9cb08148c3]:


96
97
98
99
100
101
102
103
104
105
    cursor: pointer;
}
.grammalecte_close_button:hover {
    background-color: hsl(0, 100%, 60%);
}

.grammalecte_panel_content {
    height: calc(100% - 65px); /* panel height - title_bar */
    overflow: auto;
}







|


96
97
98
99
100
101
102
103
104
105
    cursor: pointer;
}
.grammalecte_close_button:hover {
    background-color: hsl(0, 100%, 60%);
}

.grammalecte_panel_content {
    height: calc(100% - 55px); /* panel height - title_bar */
    overflow: auto;
}