mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
update
- fix css translate on drop down icon for accordion
This commit is contained in:
parent
7ba5e03756
commit
c1767715ad
@ -23,9 +23,9 @@
|
||||
content: '\2304';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right:5px;
|
||||
right: 5px;
|
||||
font-size: 30px;
|
||||
transform: translateY50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
/* Hides the content (height: 0), decreases font size, justifies text and adds transition */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user