mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-20 18:51:47 +00:00
Display images, notes, sources for events as collapsible tabs (#158)
This commit is contained in:
@@ -206,3 +206,29 @@ div.zoom {
|
||||
.image-placeholder {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.event-extras .ui.attached.menu {
|
||||
border: none;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.event-extras .ui.attached.segment.tab {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.event-extras .ui.tabular.menu .item {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.event-extras .ui.menu .active.item .icon{
|
||||
background-color: #1b1c1d;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.event-extras .ui.attached.segment.active.tab{
|
||||
word-break: normal;
|
||||
overflow-wrap: anywhere;
|
||||
max-width: 289px;
|
||||
padding: 14px 0px 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user