mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-31 12:49:57 +00:00
Chunter: FileBrowser - replace px with rem (#1582)
Signed-off-by: Ruslan Izhitsky <ruslan.izhitskiy@xored.com>
This commit is contained in:
parent
9ef5107ce5
commit
c40088fbfe
@ -96,7 +96,7 @@
|
||||
<style lang="scss">
|
||||
.gridCellOverlay {
|
||||
position: relative;
|
||||
padding: 4px;
|
||||
padding: 0.25rem;
|
||||
}
|
||||
|
||||
.gridCell {
|
||||
@ -104,7 +104,7 @@
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-radius: 12px;
|
||||
border-radius: 0.75rem;
|
||||
justify-content: space-between;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 0 0 1px var(--theme-bg-focused-border);
|
||||
@ -113,7 +113,7 @@
|
||||
.cellImagePreview {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 160px;
|
||||
height: 10rem;
|
||||
overflow: hidden;
|
||||
margin: 0 1.5rem;
|
||||
border-radius: 0.5rem;
|
||||
@ -125,7 +125,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 160px;
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
.img-fit {
|
||||
@ -137,8 +137,8 @@
|
||||
.cellInfo {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 12px;
|
||||
min-height: 36px;
|
||||
padding: 0.75rem;
|
||||
height: 4rem;
|
||||
align-items: center;
|
||||
|
||||
.eCellInfoData {
|
||||
|
@ -55,7 +55,7 @@
|
||||
.galleryGrid {
|
||||
display: grid;
|
||||
margin: 0 1.5rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
|
||||
}
|
||||
|
||||
.attachmentCell {
|
||||
|
Loading…
Reference in New Issue
Block a user