mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
Better display for tags in document list
This commit is contained in:
@@ -18,6 +18,27 @@
|
||||
|
||||
.label {
|
||||
margin-left: 2px;
|
||||
|
||||
.full {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.tags {
|
||||
position: absolute;
|
||||
margin-top: -10px;
|
||||
|
||||
.label {
|
||||
.full {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.shorten {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user