File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,14 +45,15 @@ body.light-theme {
4545}
4646
4747.main-layout {
48- max-width : 870 px ;
49- width : 90 % ;
48+ max-width : 1100 px ;
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 ;
You can’t perform that action at this time.
0 commit comments