123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413 |
- /**
- * Group Detail
- * ============================================================================
- */
- .group-detail {
- position: relative;
- clear: both;
- h3 {
- font-size: 22px;
- margin: 0 0 8px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 1.1;
- em {
- font-style: normal;
- font-weight: 400;
- color: @70;
- font-size: 90%;
- }
- }
- .count {
- &.short-id-box {
- min-width: 0;
- span:not(.help-link) {
- font-size: 18px;
- line-height: 1.45;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- direction: rtl;
- }
- }
- span:not(.help-link) {
- font-size: 22px;
- display: inline-block;
- line-height: 1.2;
- }
- }
- .assigned-to {
- text-align: right;
- position: relative;
- }
- .meta {
- margin: 0 0 15px;
- color: #949ea4;
- }
- .id-label {
- background: #fff;
- max-width: 200px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .severity {
- display: inline-block;
- position: relative;
- top: -7px;
- padding: 0 10px;
- }
- .nav-tabs {
- margin-top: 20px;
- margin-bottom: 0;
- }
- &:before {
- position: absolute;
- display: block;
- content: '';
- bottom: -1px;
- left: -40px;
- right: -40px;
- height: 1px;
- background: @trim;
- }
- }
- /**
- * Event Details
- * ============================================================================
- */
- .event-details-container {
- display: flex;
- margin: -20px -40px;
- background: #fff;
- flex-direction: column;
- flex: 1;
- @media (min-width: 1200px) {
- flex-direction: row;
- }
- .primary {
- flex: 1;
- .user-report {
- border-radius: 0;
- box-shadow: none;
- padding: 20px 30px 0 40px;
- border: 0;
- border-top: 1px solid lighten(@trim, 4);
- margin: 0;
- padding-bottom: 0;
- }
- @media (min-width: 1200px) {
- // TODO(dcramer): whatever flex is doing here is causing this to extend to
- // whatever it pleases (e.g. 4k pixels on my 1280 screen)
- max-width: ~'calc(100% - 365px)';
- }
- }
- .secondary {
- width: 100%;
- padding: 30px 40px 30px 30px;
- border-left: 1px solid @trim;
- @media (min-width: 1200px) {
- width: 365px;
- }
- }
- }
- /*
- * Context callout
- * ============================================================================
- */
- .context-summary {
- .context-item {
- .context-item-icon {
- position: absolute;
- left: 0;
- width: 36px;
- height: 36px;
- background-repeat: no-repeat;
- background-position: center 2px;
- background-image: url(~sentry-logos/logo-unknown.svg);
- background-size: 30px 32px; // magic number here because some logos are slightly cut off when at 32 x 32
- }
- &:first-child {
- border: 0;
- }
- h3 {
- .truncate;
- font-size: 16px;
- line-height: 1.2;
- margin-bottom: 0;
- }
- p {
- font-size: 13px;
- line-height: 1.4;
- &:last-child {
- margin: 0;
- }
- }
- &.arm .context-item-icon {
- background-image: url(~sentry-logos/logo-arm.svg);
- background-size: contain;
- }
- &.amd .context-item-icon,
- &[class*='amd-'] .context-item-icon {
- background-image: url(~sentry-logos/logo-amd.svg);
- background-size: contain;
- }
- &.nvidia .context-item-icon,
- &[class*='nvidia-'] .context-item-icon {
- background-image: url(~sentry-logos/logo-nvidia.svg);
- background-size: contain;
- }
- &.electron .context-item-icon {
- background-image: url(~sentry-logos/logo-electron.svg);
- }
- &.crystal .context-item-icon {
- background-image: url(~sentry-logos/logo-crystal.svg);
- }
- &.net-framework .context-item-icon {
- background-image: url(~sentry-logos/logo-netframework.svg);
- }
- &.net-core .context-item-icon {
- background-image: url(~sentry-logos/logo-netcore.svg);
- }
- &.net .context-item-icon {
- background-image: url(~sentry-logos/logo-dotnet.svg);
- }
- &.mono .context-item-icon {
- background-image: url(~sentry-logos/logo-monogorilla.svg);
- }
- &.php .context-item-icon {
- background-image: url(~sentry-logos/logo-php.svg);
- }
- &.ipad .context-item-icon {
- background-image: url(~sentry-logos/logo-apple-tablet.svg);
- }
- &.ipod,
- &.iphone {
- .context-item-icon {
- background-image: url(~sentry-logos/logo-apple-phone.svg);
- }
- }
- &.appletv .context-item-icon {
- background-image: url(~sentry-logos/logo-apple-tv.svg);
- }
- &.watch .context-item-icon {
- background-image: url(~sentry-logos/logo-apple-watch.svg);
- }
- &.android-phone {
- .context-item-icon {
- background-image: url(~sentry-logos/logo-android-phone.svg);
- }
- }
- &.android-tablet {
- .context-item-icon {
- background-image: url(~sentry-logos/logo-android-tablet.svg);
- }
- }
- &.darwin,
- &.ios,
- &.macos,
- &.tvos,
- &.mac-os-x,
- &.mac,
- &.apple,
- &.watchos {
- .context-item-icon {
- background-image: url(~sentry-logos/logo-apple.svg);
- background-position: center 0;
- }
- }
- &.android .context-item-icon {
- background-image: url(~sentry-logos/logo-android.svg);
- }
- &.il .context-item-icon {
- background-image: url(~sentry-logos/logo-unity.svg);
- }
- &.windows .context-item-icon {
- background-image: url(~sentry-logos/logo-windows.svg);
- }
- &.linux .context-item-icon {
- background-image: url(~sentry-logos/logo-linux.svg);
- }
- &.ubuntu .context-item-icon {
- background-image: url(~sentry-logos/logo-ubuntu.svg);
- }
- &.amazon .context-item-icon {
- background-image: url(~sentry-logos/logo-amazon.svg);
- }
- &.firefox .context-item-icon {
- background-image: url(~sentry-logos/logo-firefox.svg);
- }
- &.chrome,
- &.chrome-mobile,
- &.chrome-mobile-ios {
- .context-item-icon {
- background-image: url(~sentry-logos/logo-chrome.svg);
- }
- }
- &.chromium .context-item-icon {
- background-image: url(~sentry-logos/logo-chromium.svg);
- }
- &.edge .context-item-icon {
- background-image: url(~sentry-logos/logo-edge-new.svg);
- }
- &.legacy-edge .context-item-icon {
- background-image: url(~sentry-logos/logo-edge-old.svg);
- }
- &.internet-explorer .context-item-icon {
- background-image: url(~sentry-logos/logo-ie.svg);
- }
- &.opera .context-item-icon {
- background-image: url(~sentry-logos/logo-opera.svg);
- }
- &.playstation .context-item-icon {
- background-image: url(~sentry-logos/logo-playstation.svg);
- }
- &.qq-browser .context-item-icon {
- background-image: url(~sentry-logos/logo-qq.svg);
- }
- &.safari,
- &.mobile-safari {
- .context-item-icon {
- background-image: url(~sentry-logos/logo-safari.svg);
- }
- }
- &.samsung .context-item-icon {
- background-image: url(~sentry-logos/logo-samsung.svg);
- }
- &.motorola .context-item-icon {
- background-image: url(~sentry-logos/logo-motorola.svg);
- }
- &.google .context-item-icon {
- background-image: url(~sentry-logos/logo-google.svg);
- }
- &.ruby .context-item-icon {
- background-image: url(~sentry-logos/logo-ruby.svg);
- }
- &.python,
- &.cpython {
- .context-item-icon {
- background-image: url(~sentry-logos/logo-python.svg);
- }
- }
- }
- }
- .module-user .avatar {
- width: 64px;
- height: 64px;
- img {
- height: 100%;
- width: 100%;
- }
- }
- .event-stats {
- padding-top: 84px;
- margin-top: -84px;
- }
- .event-stats {
- h6 {
- font-size: 14px;
- margin-bottom: 15px;
- position: relative;
- > span {
- background: @white-dark;
- padding-right: 7px;
- }
- &:before {
- display: block;
- position: absolute;
- content: '';
- border-top: 1px solid lighten(@trim, 9);
- left: 0;
- right: 0;
- top: 50%;
- z-index: -1;
- }
- }
- }
- .user-widget {
- position: relative;
- margin-bottom: 20px;
- .avatar {
- width: 48px;
- height: 48px;
- position: absolute;
- top: 0;
- right: 0;
- box-shadow: 0 0 0 5px #fff;
- background: #fff;
- border-radius: 50% 0 50% 50%;
- }
- .table {
- margin-bottom: 0;
- }
- }
- /**
- * Traceback
- * ============================================================================
- */
- .traceback {
- list-style-type: none;
- padding-left: 0;
- border: 1px solid @trim-dark;
- border-radius: 0 3px 3px 3px;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
- margin-bottom: 20px;
- }
- // TODO(dcramer): we probably shouldn't overload these
- pre.traceback {
- margin: 0 0 20px;
- }
- div.traceback > ul {
- padding: 0;
- margin-bottom: 0;
- li {
- &:first-child {
- border-top: none;
- .title {
- border-top: none;
- border-top-right-radius: 3px;
- border-top-left-radius: 3px;
- }
- }
- &:last-child .title {
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
- }
- }
- }
- .raw-toggle {
- input {
- margin-right: 6px;
- position: relative;
- top: -1px;
- }
- }
- /**
- * Frame
- * ============================================================================
- */
- .exc-message {
- margin: 15px 0 0;
- word-wrap: break-word;
- white-space: pre-wrap;
- color: @gray-darker;
- padding: 0;
- background: none;
- }
- .frames-omitted,
- .exc-omitted {
- color: @gray-dark;
- font-size: 14px;
- font-weight: 600;
- border-left: 3px solid @red;
- border-right: 1px solid lighten(@red, 30%);
- background: lighten(@red, 35%);
- padding: 10px 20px;
- margin-bottom: 10px !important;
- margin-left: -21px;
- margin-right: -21px;
- }
- .exception {
- border-bottom: 1px solid @trim;
- margin: 0 0 20px;
- &:last-child {
- border-bottom: 0;
- margin-bottom: 0;
- }
- h5 {
- line-height: 1.2;
- }
- .traceback {
- margin-top: 15px;
- }
- }
- .traceback {
- &.no-exception .frame:first-child {
- border-top: 0;
- }
- .frame {
- list-style-type: none;
- position: relative;
- margin: 0;
- border-top: 1px solid @trim;
- h3 {
- font-size: 22px;
- }
- &.is-expandable .title {
- cursor: pointer;
- &:hover {
- background: lighten(@blue-light, 36);
- }
- }
- &.system-frame.is-expandable .title:hover {
- background: darken(@white-dark, 5);
- }
- .title {
- padding: 8px 20px;
- font-size: 13px;
- margin: 0;
- line-height: 16px;
- background: lighten(@blue-light, 35);
- word-break: break-all;
- /* for firefox */
- word-break: break-word;
- /* for chrome */
- code {
- font-family: inherit;
- }
- .informal {
- font-style: italic;
- }
- }
- &.system-frame .title {
- background: @white-dark;
- }
- .title.as-table {
- width: 100%;
- padding-left: 15px;
- .package {
- font-size: 13px;
- font-weight: bold;
- .truncate;
- flex-basis: 120px;
- flex-grow: 0;
- flex-shrink: 0;
- }
- .address {
- font-family: @font-family-code;
- font-size: 11px;
- color: @gray-dark;
- letter-spacing: -0.25px;
- width: 100px;
- flex-grow: 0;
- flex-shrink: 0;
- }
- .symbol {
- word-break: break-word;
- flex: 1;
- code {
- background: transparent;
- color: @blue-dark;
- padding-right: 5px;
- a {
- color: inherit;
- &:hover {
- text-decoration: underline;
- }
- }
- }
- span.offset {
- font-weight: bold;
- padding-right: 10px;
- }
- span.filename {
- color: @purple;
- margin-right: 3px;
- &:before {
- content: '(';
- }
- &:after {
- content: ')';
- }
- }
- }
- }
- .original-src {
- font-size: 12px;
- padding-left: 3px;
- position: relative;
- top: 1px;
- }
- .icon-open {
- font-size: 12px;
- margin-right: 3px;
- margin-left: 3px;
- position: relative;
- top: 1px;
- }
- .in-at {
- opacity: 0.6;
- margin: 0 2px;
- }
- .blame {
- color: lighten(@gray, 5);
- a {
- color: @gray;
- }
- .icon-mark-github {
- position: relative;
- top: 1px;
- }
- }
- .tooltip-inner {
- word-wrap: break-word;
- text-align: left;
- max-width: 300px;
- }
- .divider {
- border-left: 1px solid @trim;
- display: inline-block;
- width: 1px;
- height: 10px;
- margin: 0 6px;
- position: relative;
- top: 1px;
- }
- code {
- padding: 0;
- background: inherit;
- font-size: inherit;
- color: inherit;
- }
- .empty-context {
- padding: 20px;
- color: @gray;
- p {
- display: inline-block;
- margin-bottom: 0;
- }
- .icon {
- opacity: 0.45;
- margin-right: 10px;
- font-size: 0.85em;
- }
- }
- .context {
- display: none;
- background: #fff;
- margin: 0;
- padding: 8px 0;
- > li {
- background: inherit;
- }
- table.key-value {
- border-top: 1px solid @trim;
- padding: 0;
- margin: 0 0 -8px;
- td {
- border-bottom: 1px solid @trim !important;
- &.key {
- width: 125px;
- max-width: 125px;
- }
- &.value pre {
- background: inherit;
- }
- }
- tr:last-child {
- td {
- border-bottom: 0 !important;
- }
- }
- }
- &.expanded {
- display: block;
- }
- }
- .tag-app {
- color: #aaa;
- font-size: 0.9em;
- margin-left: 10px;
- }
- > div > table.key-value {
- margin-bottom: 5px;
- > tbody > tr > th {
- color: @gray-dark;
- text-align: right;
- padding-right: 12px !important;
- }
- }
- .btn-toggle {
- display: block;
- float: right;
- width: 16px;
- height: 16px;
- padding: 0;
- line-height: 16px;
- font-size: 9px;
- text-align: center;
- flex-shrink: 0;
- }
- .expand-button:hover {
- cursor: pointer;
- }
- &.expanded {
- .expandable {
- height: auto;
- }
- }
- &:last-child {
- .context {
- margin-bottom: 0;
- }
- .toggle-expand .btn {
- margin-bottom: -13px;
- }
- }
- }
- &.in-app-traceback .frame.leads-to-app {
- .leads-to-app-hint {
- display: none;
- }
- &.collapsed {
- .title {
- opacity: 0.7;
- font-size: 12px;
- padding: 4px 20px 4px 20px;
- background: lighten(@blue-light, 33);
- &.is-expandable:hover {
- opacity: 1;
- }
- .package {
- width: auto;
- }
- }
- .title.as-table {
- padding-left: 15px;
- }
- .in-at-line,
- .lineno,
- .btn-toggle,
- .address {
- display: none;
- }
- .leads-to-app-hint {
- display: inline;
- }
- }
- }
- &.full-traceback {
- .leads-to-app-hint {
- display: none !important;
- }
- }
- .expandable {
- height: 0;
- position: relative;
- .icon-plus {
- position: absolute;
- left: 8px;
- top: 6px;
- opacity: 0.25;
- transition: 0.1s opacity linear;
- }
- &.key-value {
- display: none;
- }
- .ws {
- display: none;
- overflow: hidden;
- }
- &:hover {
- .icon-plus {
- opacity: 0.5;
- }
- }
- }
- .expanded {
- .expandable {
- height: auto;
- }
- .ws {
- display: inline;
- overflow: none;
- }
- }
- ol.context {
- margin: 0;
- list-style-position: inside;
- list-style-type: decimal-leading-zero;
- border-radius: 3px;
- padding-left: 0;
- .key-value {
- display: none;
- pre {
- overflow: auto;
- }
- }
- > li {
- font-family: @font-family-code;
- color: #222;
- background-color: #f6f7f8;
- line-height: 24px;
- font-size: 12px;
- white-space: pre;
- white-space: pre-wrap;
- word-wrap: break-word;
- min-height: 24px;
- }
- > li.active {
- background-color: #f6f7f8;
- list-style-type: none;
- border-radius: 2px;
- &:first-child:last-child {
- background-color: inherit;
- color: inherit;
- border-radius: 0;
- }
- pre {
- color: @gray-dark;
- }
- }
- > li:first-child {
- border-radius: 2px 2px 0 0;
- }
- > li:last-of-type {
- border-radius: 0 0 2px 2px;
- }
- li.closed {
- border-radius: 2px;
- }
- &.expanded {
- .key-value {
- display: table;
- }
- > li.active {
- background-color: @purple;
- color: #fff;
- list-style-type: inherit;
- border-radius: 0;
- }
- }
- }
- ol.context-line {
- > li {
- > span {
- float: right;
- }
- }
- }
- }
- #full-message {
- line-height: 1.5em;
- &#full-message {
- background: none;
- padding: 0;
- }
- }
- &.expanded div.commands,
- div.commands:hover {
- opacity: 1;
- a {
- color: @state-info-text;
- }
- }
- div.commands {
- position: absolute;
- right: 10px;
- top: 6px;
- font-size: 0.9em;
- opacity: 0.3;
- a {
- color: #666;
- text-decoration: none;
- span {
- font-size: 9px;
- margin-right: 5px;
- }
- }
- }
- // Request
- .request {
- .path {
- font-weight: normal;
- float: left;
- strong {
- margin-right: 4px;
- }
- }
- }
- /* message details */
- .server-list,
- .url-list,
- .logger-list,
- .level-list {
- list-style: none;
- margin-left: 0;
- margin-bottom: 0;
- }
- .server-list li,
- .url-list li {
- padding-bottom: 10px;
- }
- .url-list li a {
- line-height: 18px;
- }
- pre.val,
- span.val {
- span {
- display: inline;
- }
- }
- .val-string {
- border-radius: 3px;
- padding: 2px 4px;
- }
- .val-string-multiline {
- display: block;
- overflow: auto;
- }
- .val-stripped {
- color: darken(@red, 10);
- background: transparent;
- }
- .val-bool,
- .val-null {
- color: darken(@blue, 10);
- font-weight: bold;
- }
- .val-dict {
- display: inline;
- .val-dict-items {
- display: block;
- padding: 0 0 0 15px;
- .val-dict-pair {
- display: block;
- }
- }
- .val-dict-key,
- .val-dict-key .val-string {
- color: darken(@red, 5);
- background: transparent;
- border-radius: none;
- }
- }
- .val-array {
- .val-array-items {
- display: block;
- padding: 0 0 0 15px;
- .val-array-item {
- display: block;
- }
- }
- }
- /**
- * Exceptions and Threads
- * ============================================================================
- */
- .box .thread {
- .exception {
- margin-top: 10px;
- }
- .traceback.no-exception {
- margin-top: 0;
- }
- }
- /**
- * Shared Group Detail
- * ============================================================================
- */
- .shared-group {
- padding: 40px 0;
- background: none;
- .app > .container {
- max-width: 960px;
- > .box {
- > .box-header {
- padding: 15px 30px 13px;
- display: flex;
- align-items: center;
- a {
- &.logo {
- font-size: 20px;
- flex: 1;
- }
- &:hover {
- color: @gray-dark;
- }
- }
- .back-to,
- .pull-right a {
- font-size: 16px;
- }
- .back-to {
- border-left: 1px solid @trim;
- padding: 2px 10px;
- display: inline-block;
- margin-left: 7px;
- position: relative;
- top: -3px;
- }
- }
- }
- }
- .container {
- padding-left: 0;
- padding-right: 0;
- }
- .group-detail {
- padding: 0 30px;
- border-bottom: 1px solid darken(@trim, 5);
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
- &:before {
- display: none;
- }
- .details {
- max-width: 960px;
- margin: 0 auto;
- padding: 20px 0 0;
- }
- }
- .event-details-container {
- display: block;
- margin: 0;
- .primary {
- max-width: 100%;
- .box {
- padding: 0 30px;
- &:first-child {
- border-top: 0;
- }
- }
- .box-header,
- .box-content {
- max-width: 960px;
- margin: 0 auto;
- }
- .box-header {
- margin-top: 15px;
- }
- .exception {
- padding: 20px 0;
- margin: 0;
- &:first-child {
- padding-top: 0;
- }
- }
- .traceback.no-exception {
- margin-bottom: 25px;
- margin-top: -5px;
- }
- }
- }
- }
- /**
- * Breadcrumbs / Timeline
- * ============================================================================
- */
- ul.crumbs {
- li {
- .table.key-value {
- margin-bottom: 0;
- background: none;
- thead td:first-child {
- font-weight: bold;
- }
- td {
- padding: 2px 0 !important;
- font-weight: normal;
- }
- .key {
- width: 122px;
- max-width: 122px;
- color: @gray-dark;
- line-height: 1.6 !important;
- }
- pre {
- display: inline-block;
- padding: 0;
- margin-top: 1px;
- background: none;
- word-break: break-all;
- }
- }
- div.summary {
- overflow: hidden;
- &.can-expand {
- cursor: pointer;
- position: relative;
- &:after {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- content: ' ';
- display: block;
- width: 100%;
- height: 15px;
- background-image: linear-gradient(
- to bottom,
- rgba(255, 255, 255, 0) 0%,
- rgba(255, 255, 255, 1) 100%
- );
- background-repeat: repeat-x;
- z-index: 1;
- }
- &:hover {
- &:before {
- position: absolute;
- bottom: 4px;
- right: 0;
- font-family: 'sentry-simple';
- content: '\e617';
- background: @white-dark;
- border: 1px solid darken(@trim, 5);
- border-radius: 3px;
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- z-index: 2;
- padding: 0 5px;
- margin-left: -14px;
- }
- }
- }
- &.expanded {
- max-height: none;
- &:after,
- &:before {
- display: none;
- }
- }
- pre {
- display: inline-block;
- }
- }
- }
- }
- /**
- * Responsive medium screen
- * ============================================================================
- */
- @media (max-width: 991px) {
- .group-stats-column {
- float: none;
- }
- }
- /**
- * Responsive small screen
- * ============================================================================
- */
- @media (max-width: 767px) {
- .group-detail {
- h3 {
- white-space: normal;
- font-size: 20px;
- line-height: 1.2;
- }
- .meta {
- font-size: 13px;
- }
- .short-id-box {
- text-align: left;
- }
- .is-assigned {
- padding-top: 0;
- }
- .seen-by {
- display: none;
- }
- }
- // Event detail columns
- .event-details-container {
- flex-direction: column;
- margin: 0;
- .primary {
- max-width: 100%;
- .box {
- padding: 15px 0;
- .box-header {
- h3 {
- margin: 0 0 10px;
- small {
- margin-left: 0 !important;
- display: block;
- }
- }
- .permalink {
- display: none;
- }
- }
- }
- .user-report {
- padding: 15px 0;
- }
- .exception {
- margin: 0;
- padding: 15px 0;
- }
- .traceback {
- &.no-exception {
- margin: 0;
- }
- .btn-toggle {
- width: 17px;
- }
- }
- }
- .secondary {
- width: auto;
- padding: 0;
- border: 0;
- margin-bottom: 20px;
- }
- .detailed-error {
- border-top: 1px solid @trim;
- }
- }
- // Context callout
- .context-summary {
- flex-direction: column;
- margin-top: 0;
- padding: 0;
- margin-bottom: 20px;
- }
- .context {
- overflow: auto;
- li {
- width: 800px;
- }
- }
- }
|