Update _project-Main.scss

Fixing issue #439 - overlay font smaller and further from file-open link to prevent mis-clicking; overlay font enlarges on hover so users can see which they are about  to click
This commit is contained in:
TarryDan 2024-04-27 20:15:48 +01:00 committed by GitHub
parent 3d9cd560c5
commit 5de38ec406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -482,10 +482,15 @@
.overlay a {
color: white;
text-decoration: none;
font-size: 14px;
font-size: 12px;
display: block;
margin-left: 5px;
}
.overlay a:hover {
font-size: 14px;
}
.overlay .fa-trash, .modal .fa-trash {
vertical-align: 1px;
}