mirror of
https://github.com/DidiDidi129/Website.git
synced 2026-04-05 20:14:37 +00:00
Changes before error encountered
Co-authored-by: DidiDidi129 <136057713+DidiDidi129@users.noreply.github.com>
This commit is contained in:
@@ -1041,8 +1041,8 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
ul.icons li a.icon-matrix img {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
width: auto;
|
||||
height: 0.85rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -1051,7 +1051,7 @@ input, select, textarea {
|
||||
content: attr(data-tooltip);
|
||||
position: absolute;
|
||||
bottom: calc(100% + 8px);
|
||||
left: 50%;
|
||||
left: 1.125rem;
|
||||
transform: translateX(-50%);
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
color: #ffffff;
|
||||
@@ -1070,7 +1070,7 @@ input, select, textarea {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: calc(100% + 2px);
|
||||
left: 50%;
|
||||
left: 1.125rem;
|
||||
transform: translateX(-50%);
|
||||
border: 5px solid transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0.8);
|
||||
|
||||
Reference in New Issue
Block a user