mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 06:04:46 +08:00
Merge pull request #6160 from aignatov-bio/ai-sci-9230-fix-navigator-css
Fix navigator CSS [SCI-9230][SCI-9233]
This commit is contained in:
commit
d2c0e3dca2
2 changed files with 4 additions and 4 deletions
|
@ -174,9 +174,9 @@
|
|||
|
||||
.toolbar-row {
|
||||
background: $color-white;
|
||||
margin-left: -1.5rem;
|
||||
padding: 1em 1.5rem;
|
||||
width: calc(100% + 3rem);
|
||||
margin-left: -1rem;
|
||||
padding: 1rem;
|
||||
width: calc(100% + 2rem);
|
||||
}
|
||||
|
||||
.narrow {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="w-[216px] ml-4 h-full border rounded relative bg-sn-white flex flex-col right-0 absolute navigator-container">
|
||||
<div class="w-[208px] ml-4 h-full border rounded relative bg-sn-white flex flex-col right-0 absolute navigator-container">
|
||||
<div class="px-3 py-1.5 flex items-center relative leading-4">
|
||||
<i class="sn-icon sn-icon-navigator"></i>
|
||||
<div class="font-bold text-base pl-3">
|
||||
|
|
Loading…
Reference in a new issue