figma history{display:calendar;}
figma history{display:calendar;} by leizingyiu
Details
Authorleizingyiu
LicenseGNU GPLv3
Categoryfigma.com
Created
Updated
Code size1.7 kB
Code checksuma894ef68
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name figma.history{display:calendar;}
@version 20240705.06.26
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.figma.com/design/"), url-prefix("https://www.figma.com/board/") {
.yiu-calendar-figma [class*="whiteboard_ui--rightSidebar"],[class*="history_view--container"]{
width: 70vw!important;
}
.yiu-calendar-figma [class*="history_view--header"]>[class*="history_view--item"]{
width: calc( 100% / 7);
display: inline-block;
border-left: solid 1px #ddd;
padding-left: 0.25em;
}
.yiu-calendar-figma [class*="history_view--verticalLineRow"],
.yiu-calendar-figma [class*="history_view--header"]>[class*="history_view--item"] svg,
.yiu-calendar-figma [class*="diffing_compare_summary--noUserImage"]{
display: none;
}
.yiu-calendar-figma [class*="history_view--header"]>[class*="history_view--item"] [class*="history_view--label"],
.yiu-calendar-figma [class*="history_view--header"]>[class*="history_view--item"] [class*="history_view--timeAsLabel"],
.yiu-calendar-figma [class*="history_view--header"]>[class*="history_view--item"] [class*="history_view--avatarNameRow"]{
margin: 0;padding: 0;
}
.yiu-calendar-figma [class*="history_view--header"]>[class*="history_view--item"] [class*="history_view--userInfo"]{
width:100%;
}
.yiu-calendar-figma [class*="history_view--header"]>[class*="history_view--item"] [class*="history_view--itemInfoAutoRow"]{
padding: 0.5em;
}
.yiu-calendar-figma [yiu-calendar-day]:after{
content: attr(yiu-calendar-day);
display: block;
font-size: 0.8em;
padding-bottom: 1em;
}
.yiu-calendar-figma [yiu-calendar-right-empty]{
margin-right: calc( var(--yiu-calendar-right-empty) * 100% / 7 );
padding: 0!important;
}
}