Skip to content

Commit 2187709

Browse files
[RTY-260045]: width increases of ui
1 parent d0a6271 commit 2187709

1 file changed

Lines changed: 38 additions & 3 deletions

File tree

app/static/css/tiny.css

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ body.light-theme {
4545
}
4646

4747
.main-layout {
48-
max-width: 870px;
49-
width: 90%;
48+
max-width: 1100px;
49+
width: 100%;
5050
margin: 0 auto;
5151
padding: 2rem 1rem 3rem;
5252
display: flex;
5353
flex-direction: column;
5454
gap: 1rem;
5555
flex: 1;
56+
justify-content: center;
5657
}
5758

5859
.app-header {
@@ -842,12 +843,46 @@ body.light-theme .history-link {
842843
.result-card {
843844
flex-direction: column;
844845
align-items: flex-start;
846+
gap: 1rem;
847+
padding: 1rem;
848+
}
849+
850+
.result-content {
851+
display: flex;
852+
align-items: center;
853+
gap: 1rem;
854+
width: 100%;
855+
}
856+
857+
.qr-image {
858+
width: 60px;
859+
height: 60px;
860+
}
861+
862+
.short-url a {
863+
font-size: 1rem;
864+
word-break: break-all;
845865
}
846866

847867
.result-actions {
848-
align-items: flex-start;
868+
width: 100%;
869+
flex-direction: row;
870+
justify-content: space-between;
871+
align-items: center;
849872
}
850873

874+
.btn-copy {
875+
flex: 1;
876+
text-align: center;
877+
padding: 0.6rem;
878+
font-size: 0.85rem;
879+
}
880+
881+
.download-link {
882+
font-size: 0.75rem;
883+
}
884+
885+
851886
/* recent */
852887
.recent-header {
853888
font-size: 0.85rem;

0 commit comments

Comments
 (0)